freebsd-ports/sysutils/screen/files/patch-process.c
2010-02-09 07:05:42 +00:00

11 lines
226 B
C

--- process.c
+++ process.c
@@ -37,7 +37,7 @@
#include "config.h"
/* for solaris 2.1, Unixware (SVR4.2) and possibly others: */
-#ifdef SVR4
+#if defined(SVR4) && !defined(__FreeBSD__)
# include <sys/stropts.h>
#endif