HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/emulators/frodo/files/patch-CmdPipe.cpp
--- CmdPipe.cpp.orig	2002-01-02 21:19:34 UTC
+++ CmdPipe.cpp
@@ -17,9 +17,11 @@ extern "C" {
 	#include <string.h>
 	#include <signal.h>
 
+#if !defined(__FreeBSD__)
 #if defined(__alpha__)
 	#include <cma.h>
 #endif
+#endif
 
 #if defined(AIX)
 	#include <sys/select.h>
@@ -30,6 +32,9 @@ extern "C" {
 #if defined(__linux__)
 	#include <sys/time.h>
 #endif
+#if defined(__FreeBSD__)
+	#include <sys/time.h>
+#endif
 
 	#include <time.h>
 	#include <errno.h>