freebsd-ports/x11-toolkits/xview/files/patch-lib+libxview+notify+sys_fcntl.c
Cy Schubert 6d0e01a6a1 Update 3.2p1-X11R6 --> 3.2p1.4-19c
This fixes cmdtool and shelltool terminal handling and utmpx issues under
9.0.
2012-02-08 06:54:54 +00:00

11 lines
356 B
C

--- lib/libxview/notify/sys_fcntl.c.orig 2005-03-28 06:41:00.000000000 -0800
+++ lib/libxview/notify/sys_fcntl.c 2012-02-03 08:15:30.766090164 -0800
@@ -14,7 +14,7 @@
* Sys_fcntl.c - Real system call to fcntl.
*/
-#ifndef SVR4
+#if !defined(SVR4) && !defined(__FreeBSD__)
#if !defined(__linux__) && !defined(__CYGWIN__)
#include <syscall.h>
#else