]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86-time.patch
- outdated
[packages/XFree86.git] / XFree86-time.patch
1 --- XFree86-4.0.2/xc/include/Xos.h.tm   Wed Feb 14 19:43:19 2001
2 +++ XFree86-4.0.2/xc/include/Xos.h      Wed Feb 14 19:45:26 2001
3 @@ -149,6 +149,14 @@ extern int sys_nerr;
4  #endif /* CSRG_BASED */
5
6  /*
7 + * Get struct tm
8 + */
9 +
10 +#if defined(__linux__)
11 +#include <time.h>
12 +#endif
13 +
14 +/*
15   * Get struct timeval
16   */
17
18
19
This page took 0.025469 seconds and 3 git commands to generate.