cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/lib stdint_.h


From: Mark D. Baushke
Subject: [Cvs-cvs] ccvs/lib stdint_.h
Date: Mon, 03 Jul 2006 08:39:21 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Mark D. Baushke <mdb>   06/07/03 08:39:21

Modified files:
        lib            : stdint_.h 

Log message:
        * stdint_.h: Fork stdint_.h to work on MacOS X 10.4.x.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/lib/stdint_.h?cvsroot=cvs&r1=1.18&r2=1.19

Patches:
Index: stdint_.h
===================================================================
RCS file: /cvsroot/cvs/ccvs/lib/stdint_.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- stdint_.h   3 Jul 2006 02:10:59 -0000       1.18
+++ stdint_.h   3 Jul 2006 08:39:21 -0000       1.19
@@ -35,6 +35,11 @@
 /* <sys/types.h> defines some of the stdint.h types as well, on glibc,
    IRIX 6.5, and OpenBSD 3.8 (via <machine/types.h>).  */
 #if @HAVE_SYS_TYPES_H@
+/* <sys/types.h> on MacOS X 10.4.6 includes <stdint.h> and needs the
+   real one rather than the generated version. */
+#if __APPLE__ && @HAVE_STDINT_H@
+# include @FULL_PATH_STDINT_H@
+#endif
 # include <sys/types.h>
 #endif
 




reply via email to

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