Magellan Linux

Annotation of /trunk/dgs/patches/dgs-0.5.10-gs-time_.h.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 415 byte(s)
-import

1 niro 144 --- gs/time_.h~ Thu Apr 1 07:31:53 1999
2     +++ gs/time_.h Wed Mar 14 17:11:12 2001
3     @@ -43,9 +43,7 @@
4     */
5     #ifdef HAVE_SYS_TIME_H
6     # include <sys/time.h>
7     -# if defined(Plan9) || defined(M_UNIX) || defined(_IBMR2) || defined(_SEQUENT_) /* Plan 9, SCO, AIX and Sequent's DYNIX/ptx need both time.h and sys/time.h! */
8     -# include <time.h>
9     -# endif
10     +# include <time.h>
11     #else
12     # include <time.h>
13     # ifndef __DECC