]> git.pld-linux.org Git - packages/arc.git/blob - arc-time.patch
- remove old patches contents
[packages/arc.git] / arc-time.patch
1 --- arc-5.21j/arcdos.c~ 2003-10-31 03:32:19.000000000 +0100
2 +++ arc-5.21j/arcdos.c  2005-09-19 01:15:06.000000000 +0200
3 @@ -30,17 +30,8 @@
4  #if    UNIX
5  #include <sys/types.h>
6  #include <sys/stat.h>
7 -#if    BSD
8  #include <sys/time.h>
9 -#else  
10  #include <time.h>              /* Sys V. Bleah. */
11 -#if    NEED_TIMEVAL
12 -struct timeval {
13 -       long    tv_sec;
14 -       long    tv_usec;
15 -};
16 -#endif
17 -#endif /* BSD vs SYSV */
18  #endif
19  
20  #if    GEMDOS
This page took 0.045759 seconds and 3 git commands to generate.