forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
226 B
C
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
|
|
|