bbff923854
PR: ports/58176 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
16 lines
336 B
C
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
|