]> git.pld-linux.org Git - packages/arc.git/blame - arc-time.patch
- updated to 5.21p (fixes CAN-2005-2945 CAN-2005-2992; bugs actually fixed in 5.21m...
[packages/arc.git] / arc-time.patch
CommitLineData
d76fc544 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.110849 seconds and 4 git commands to generate.