freebsd-ports/x11-toolkits/xview/files/patch-lib+libxview+notify+sys_fcntl.c
Pav Lucistnik bbff923854 - Redo this port. Now it compiles on -current again.
PR:		ports/58176
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-13 23:38:21 +00:00

16 lines
336 B
C

*** 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