]> git.pld-linux.org Git - packages/dgs.git/blob - dgs-time.patch
- tabs in preamble
[packages/dgs.git] / dgs-time.patch
1 --- dgs-0.5.10/gs/time_.h.orig  Thu Apr  1 07:31:53 1999
2 +++ dgs-0.5.10/gs/time_.h       Thu Jan 10 10:28:35 2002
3 @@ -43,7 +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 +#  if defined(Plan9) || defined(M_UNIX) || defined(_IBMR2) || defined(_SEQUENT_) || defined(__linux)   /* Plan 9, SCO, AIX and Sequent's DYNIX/ptx need both time.h and sys/time.h! */
9  #    include <time.h>
10  #  endif
11  #else
This page took 0.060291 seconds and 3 git commands to generate.