blob: b54f83d040e9e9d2cae257f732ba6d543fb24534 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
*** team.c.ORIG Fri Dec 13 16:26:50 1996
--- team.c Fri Dec 13 16:28:14 1996
***************
*** 94,99 ****
--- 94,103 ----
# undef F_SETLKW
#endif
+ #ifdef __FreeBSD__
+ # undef F_SETLKW
+ #endif
+
#if (PCG)
# include "Extend.h"
# include "Here.h"
|