opnsense-ports/emulators/frodo/files/patch-CmdPipe.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 lines
428 B
C++

--- CmdPipe.cpp.orig Wed Jan 2 22:19:34 2002
+++ CmdPipe.cpp Fri Sep 5 21:13:34 2003
@@ -17,9 +17,11 @@
#include <string.h>
#include <signal.h>
+#if !defined(__FreeBSD__)
#if defined(__alpha__)
#include <cma.h>
#endif
+#endif
#if defined(AIX)
#include <sys/select.h>
@@ -28,6 +30,9 @@
#endif
#if defined(__linux__)
+ #include <sys/time.h>
+#endif
+#if defined(__FreeBSD__)
#include <sys/time.h>
#endif