cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/m4 ChangeLog stdint.m4


From: Larry Jones
Subject: [Cvs-cvs] ccvs/m4 ChangeLog stdint.m4
Date: Fri, 23 Jun 2006 16:22:06 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Larry Jones <scjones>   06/06/23 16:22:06

Modified files:
        m4             : ChangeLog stdint.m4 

Log message:
        * stdint.m4: Combine BSD/OS stuff with OpenBSD/SGI and use the
        correct preprocessor symbol.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/m4/ChangeLog?cvsroot=cvs&r1=1.172&r2=1.173
http://cvs.savannah.gnu.org/viewcvs/ccvs/m4/stdint.m4?cvsroot=cvs&r1=1.7&r2=1.8

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/m4/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -b -r1.172 -r1.173
--- ChangeLog   23 Jun 2006 14:28:20 -0000      1.172
+++ ChangeLog   23 Jun 2006 16:22:06 -0000      1.173
@@ -1,3 +1,8 @@
+2006-06-23  Larry Jones  <address@hidden>
+
+       * stdint.m4: Combine BSD/OS stuff with OpenBSD/SGI and use the
+       correct preprocessor symbol.
+
 2006-06-23  Mark D. Baushke  <address@hidden>
 
        * stdint.m4: Both BSD/OS 4.2 and SGI-cc IRIX 5.3 seem to also need

Index: stdint.m4
===================================================================
RCS file: /cvsroot/cvs/ccvs/m4/stdint.m4,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- stdint.m4   23 Jun 2006 14:28:20 -0000      1.7
+++ stdint.m4   23 Jun 2006 16:22:06 -0000      1.8
@@ -90,10 +90,7 @@
 #if defined(__FreeBSD__) && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)
 # include <sys/inttypes.h>
 #endif
-#if defined(__bsdos__)
-# include <sys/types.h>
-#endif
-#if defined(__OpenBSD__) || defined(__sgi)
+#if defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)
 # include <sys/types.h>
 # if HAVE_INTTYPES_H
 #  include FULL_PATH_INTTYPES_H




reply via email to

[Prev in Thread] Current Thread [Next in Thread]