summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview/files/patch-lib+libxview+notify+sys_fcntl.c
blob: 569090d101fe4c6acbf779dc4634bc4a2fdede96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*** lib/libxview/notify/sys_fcntl.c~	Mon Jun 28 22:18:17 1993
--- lib/libxview/notify/sys_fcntl.c	Tue Nov 22 07:48:49 1994
***************
*** 15,21 ****
--- 15,25 ----
   */
  
  #ifndef SVR4
+ #ifndef __FreeBSD__
  #include <syscall.h>
+ #else
+ #include <sys/syscall.h>
+ #endif
  #else SVR4
  #include <sys/syscall.h>
  #endif SVR4