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

CVS update: Vanilla/ntserv



Date:	Sunday March 14, 1999 @ 19:38
Author:	tanner

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

Modified Files:
	Makefile socket.c 
Log Message:
Reversed all previous changes to the Makefiles regarding the includes of
specific files.

Changed all includes into Kurt's #define, #include method.



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

Index: Vanilla/ntserv/Makefile
diff -u Vanilla/ntserv/Makefile:1.9 Vanilla/ntserv/Makefile:1.10
--- Vanilla/ntserv/Makefile:1.9	Sun Mar 14 19:25:07 1999
+++ Vanilla/ntserv/Makefile	Sun Mar 14 19:38:06 1999
@@ -112,5 +112,3 @@
 
 #####
 # DO NOT DELETE THIS LINE 
-
--include .depend
Index: Vanilla/ntserv/socket.c
diff -u Vanilla/ntserv/socket.c:1.5 Vanilla/ntserv/socket.c:1.6
--- Vanilla/ntserv/socket.c:1.5	Sun Mar 14 01:39:19 1999
+++ Vanilla/ntserv/socket.c	Sun Mar 14 19:38:06 1999
@@ -1,4 +1,10 @@
 /* $Log: socket.c,v $
+/* Revision 1.6  1999/03/15 01:38:06  tanner
+/* Reversed all previous changes to the Makefiles regarding the includes of
+/* specific files.
+/*
+/* Changed all includes into Kurt's #define, #include method.
+/*
 /* Revision 1.5  1999/03/14 07:39:19  tanner
 /* Changed the Solaris specific stuff so that the includes are in the .c files
 /* instead of config.h
@@ -67,18 +73,11 @@
 #include <math.h>
 #include <errno.h>
 #include <signal.h>
-
 #include "defs.h"
-
-	/* Needed by Solaris 2.5.1 */
-
-#if defined(HAVE_SYS_FILIO_H)
-#include <sys/filio.h>
-#endif
-
 #include INC_UNISTD
 #include INC_STRINGS
 #include INC_SYS_SELECT
+#include INC_SYS_FILIO
 #include "struct.h"
 #include "data.h"
 #include "packets.h"