]> git.pld-linux.org Git - packages/arc.git/blame - arc-time.patch
This commit was manufactured by cvs2git to create branch 'PLD_1_0_freez'.
[packages/arc.git] / arc-time.patch
CommitLineData
b4e4824b
AM
1diff -urN arc.org/arcdos.c arc/arcdos.c
2--- arc.org/arcdos.c Wed Apr 15 00:58:21 1992
3+++ arc/arcdos.c Tue Aug 21 19:08:09 2001
4@@ -30,15 +30,8 @@
5 #if UNIX
6 #include <sys/types.h>
7 #include <sys/stat.h>
8-#if BSD
9 #include <sys/time.h>
10-#else
11 #include <time.h> /* Sys V. Bleah. */
12-struct timeval {
13- long tv_sec;
14- long tv_usec;
15-};
16-#endif /* BSD vs SYSV */
17 #endif
18
19 #if GEMDOS
20diff -urN arc.org/tmclock.c arc/tmclock.c
21--- arc.org/tmclock.c Wed Apr 15 00:58:50 1992
22+++ arc/tmclock.c Tue Aug 21 19:09:27 2001
23@@ -14,12 +14,8 @@
24 /* Julian day number of the Unix* clock's origin, 01 Jan 1970. */
25 #define JD1970 2440587L
26 #define CENTURY 19
27-#if BSD
28 #include <sys/time.h>
29-#else
30 #include <time.h>
31-extern long timezone; /* should be in <time.h>, but isn't on Sun */
32-#endif
33
34 long tzone;
35
This page took 0.053644 seconds and 4 git commands to generate.