blob: 64eabaf40586cea3f295ff02723fe8ee5a5fbcdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- sysv.c 2007-06-16 15:01:53 +0200
+++ sysv.c.new 2007-06-16 14:38:38 +0200
@@ -63,8 +63,8 @@
return (fname); /* default is no-op */
}
-extern long timezone; /* defined by library routine */
-long time ();
+/*extern long timezone; defined by library routine */
+/* long time (); */
struct tm *localtime ();
/* Function gettz(), returns the offset from GMT in seconds of the
--- zoo.h 2007-06-16 15:01:53 +0200
+++ zoo.h.new 2007-06-16 14:57:58 +0200
@@ -95,6 +95,9 @@
#endif
typedef unsigned char uchar;
+typedef unsigned int uint;
+typedef unsigned long ulong;
+typedef unsigned short ushort;
/* WARNING: Static initialization in zooadd.c or zooext.c depends on the
order of fields in struct zoo_header */
|