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

CVS update: Vanilla/ntserv



Date:	Friday March 12, 1999 @ 19:08
Author:	tanner

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

Modified Files:
	daemonII.c enter.c openmem.c 
Log Message:
Changes to get the server to -compile- on Solaris 2.5.1. 

There are lots of program files that #include #defined macro. I started 
to move all this stuff into config.h, where I think it should be located.



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

Index: Vanilla/ntserv/daemonII.c
diff -u Vanilla/ntserv/daemonII.c:1.12 Vanilla/ntserv/daemonII.c:1.13
--- Vanilla/ntserv/daemonII.c:1.12	Sun Mar  7 22:10:19 1999
+++ Vanilla/ntserv/daemonII.c	Fri Mar 12 19:08:40 1999
@@ -15,10 +15,7 @@
 #include "struct.h"
 #include "data.h"
 #include "planets.h"
-#include INC_UNISTD
-#include INC_SYS_FCNTL
-#include INC_STRINGS
-#include INC_SYS_TIME
+
 #ifdef AUTOMOTD
 #include <sys/stat.h>
 #endif
Index: Vanilla/ntserv/enter.c
diff -u Vanilla/ntserv/enter.c:1.2 Vanilla/ntserv/enter.c:1.3
--- Vanilla/ntserv/enter.c:1.2	Sun Feb 14 20:43:42 1999
+++ Vanilla/ntserv/enter.c	Fri Mar 12 19:08:40 1999
@@ -12,7 +12,6 @@
 #include <time.h>		/* 7/16/91 TC */
 #include <netinet/in.h>
 #include "defs.h"
-#include INC_SYS_TIME
 #include "struct.h"
 #include "data.h"
 #include "packets.h"
Index: Vanilla/ntserv/openmem.c
diff -u Vanilla/ntserv/openmem.c:1.1.1.1 Vanilla/ntserv/openmem.c:1.2
--- Vanilla/ntserv/openmem.c:1.1.1.1	Wed Nov 11 20:44:52 1998
+++ Vanilla/ntserv/openmem.c	Fri Mar 12 19:08:40 1999
@@ -12,9 +12,6 @@
 #include <ctype.h>
 #include <time.h>		/* 7/16/91 TC */
 #include "defs.h"
-#include INC_SYS_TIME
-#include INC_UNISTD
-#include INC_STRINGS
 #include "struct.h"
 #include "data.h"