blob: bee55ca99e662faf1b8c389d7dacde2fe274b066 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- zotnet/mts/lock.c.orig Wed Dec 1 13:01:30 1993
+++ zotnet/mts/lock.c Sat Jan 16 20:52:20 1999
@@ -47,6 +47,11 @@
#include <sys/file.h>
#endif
+#ifdef __FreeBSD__
+#include <fcntl.h>
+#endif
+#include <time.h>
+
#ifdef SYS5
#define u_short ushort
#define u_long ulong
@@ -71,8 +76,6 @@
static int b_lkopen(), lockit(), f_lkopen();
static lockname(), timerON(), timerOFF();
-
-long time ();
/* */
|