]> git.pld-linux.org Git - packages/XFree86.git/commitdiff
should fix time.h related problems
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 9 Mar 2001 09:29:53 +0000 (09:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86-time.patch -> 1.1

XFree86-time.patch [new file with mode: 0644]

diff --git a/XFree86-time.patch b/XFree86-time.patch
new file mode 100644 (file)
index 0000000..24f97c6
--- /dev/null
@@ -0,0 +1,28 @@
+diff -urN xc.org/include/Xos.h xc/include/Xos.h
+--- xc.org/include/Xos.h       Fri Mar  9 09:04:10 2001
++++ xc/include/Xos.h   Fri Mar  9 10:22:56 2001
+@@ -155,6 +155,7 @@
+ #ifdef SYSV
+ #ifndef USL
++#include <time.h>
+ #include <sys/time.h>
+ #endif
+ #include <time.h>
+@@ -186,6 +187,7 @@
+ #if defined(_POSIX_SOURCE) && defined(SVR4)
+ /* need to omit _POSIX_SOURCE in order to get what we want in SVR4 */
+ #undef _POSIX_SOURCE
++#include <time.h>
+ #include <sys/time.h>
+ #define _POSIX_SOURCE
+ #elif defined(WIN32)
+@@ -218,6 +220,7 @@
+ #include <sys/time.h>
+ #include <time.h>
+ #else
++#include <time.h>
+ #include <sys/time.h>
+ #endif /* QNX */
+ #endif /* defined(_POSIX_SOURCE) && defined(SVR4) */
+
This page took 0.033477 seconds and 4 git commands to generate.