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

CVS update: Vanilla



Date:	Thursday February 24, 19100 @ 22:13
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv683

Modified Files:
	ChangeLog config.h.in 
Log Message:
Remove LTD_STATS compilation errors from xsg
SIGSYS defined twice on Red Hat V6.0


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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.63 Vanilla/ChangeLog:1.64
--- Vanilla/ChangeLog:1.63	Thu Feb 24 21:11:43 2000
+++ Vanilla/ChangeLog	Thu Feb 24 22:13:19 2000
@@ -1,3 +1,14 @@
+Fri Feb 25 15:08:55 2000  James Cameron  <quozl@us.netrek.org>
+
+	* config.h.in: Linux compilation issue.  SIGSYS is defined in
+	glibc-devel-2.1.1-6 used on inl.real-time.com (Red Hat V6.0-1),
+	but not in glibc-devel-2.1.2-11 on my system (Red Hat V6.1).
+
+Fri Feb 25 14:15:48 2000  James Cameron  <quozl@us.netrek.org>
+
+	* xsg/inform.c (inform): suppress LTD_STATS warnings.
+	* xsg/playerlist.c (playerlist1): suppress LTD_STATS warnings.
+
 Fri Feb 25 14:03:43 2000  James Cameron  <quozl@us.netrek.org>
 
 	* tools/ltd_dump.c: initializer element is not constant.
@@ -806,4 +817,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.63 2000/02/25 03:11:43 cameron Exp $
+	$Id: ChangeLog,v 1.64 2000/02/25 04:13:19 cameron Exp $
Index: Vanilla/config.h.in
diff -u Vanilla/config.h.in:1.19 Vanilla/config.h.in:1.20
--- Vanilla/config.h.in:1.19	Wed Jan 26 20:26:12 2000
+++ Vanilla/config.h.in	Thu Feb 24 22:13:19 2000
@@ -841,7 +841,9 @@
 
 #ifdef linux
 /* #define SIGBUS	SIGUNUSED 	Not required anymore */
+#ifndef SIGSYS
 #define SIGSYS		SIGUSR2
+#endif
 #endif
 
 #ifdef linux