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 @ 15:58
Author:	cameron

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

Modified Files:
	PROJECTS 
Log Message:
notes

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

Index: Vanilla/PROJECTS
diff -u Vanilla/PROJECTS:1.33 Vanilla/PROJECTS:1.34
--- Vanilla/PROJECTS:1.33	Fri Mar 12 01:45:11 1999
+++ Vanilla/PROJECTS	Fri Mar 12 15:58:47 1999
@@ -1,6 +1,6 @@
 PROJECTS ... list of things to do or fix.
 
-#	$Id: PROJECTS,v 1.33 1999/03/12 07:45:11 cameron Exp $	
+#	$Id: PROJECTS,v 1.34 1999/03/12 21:58:47 cameron Exp $	
 
 Small things
 
@@ -139,4 +139,11 @@
 	
 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':
+<Basic> socket.c:374: `FIONBIO' undeclared (first use this function)
+<Basic> socket.c:374: (Each undeclared identifier is reported only once
+<Basic> socket.c:374: for each function it appears in.)