Vanilla Development Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla



Date:	Friday March 12, 1999 @ 18:57
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv8359

Modified Files:
	PROJECTS 
Log Message:
fix daemon inheritance of ntserv client socket

****************************************

Index: Vanilla/PROJECTS
diff -u Vanilla/PROJECTS:1.34 Vanilla/PROJECTS:1.35
--- Vanilla/PROJECTS:1.34	Fri Mar 12 15:58:47 1999
+++ Vanilla/PROJECTS	Fri Mar 12 18:57:10 1999
@@ -1,6 +1,6 @@
 PROJECTS ... list of things to do or fix.
 
-#	$Id: PROJECTS,v 1.34 1999/03/12 21:58:47 cameron Exp $	
+#	$Id: PROJECTS,v 1.35 1999/03/13 00:57:10 cameron Exp $	
 
 Small things
 
@@ -137,9 +137,6 @@
 	# update web page
 	# change patchlevel.h or version.h for next kit
 	
-daemonII inherits a network socket from ntserv that starts it, holding a close
-wait socket ad nauseum.
-
 solaris 5.5.1, FIONBIO is in /usr/include/sys/filio.h, error during build
 <Basic> gcc -g  -I../ntserv -DRSA      -c socket.c -o socket.o
 <Basic> socket.c: In function `connectToClient':