aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/bochs
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-12 07:21:06 +0800
committersobomax <sobomax@FreeBSD.org>2002-03-12 07:21:06 +0800
commitf1097f68dab93c9b24aeba4397b1900e7254e4ce (patch)
treed7a5ecf78e3eea646ce0f0dcc1167740e104b8d3 /emulators/bochs
parent4a2625bcce99b3c25c8a22c505671b1a12c64411 (diff)
downloadfreebsd-ports-gnome-f1097f68dab93c9b24aeba4397b1900e7254e4ce.tar.gz
freebsd-ports-gnome-f1097f68dab93c9b24aeba4397b1900e7254e4ce.tar.zst
freebsd-ports-gnome-f1097f68dab93c9b24aeba4397b1900e7254e4ce.zip
Unbroke on recent -current: we now need <arpa/inet.h> to get proto for
ntohl(3).
Diffstat (limited to 'emulators/bochs')
-rw-r--r--emulators/bochs/files/patch-iodev::cdrom.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/bochs/files/patch-iodev::cdrom.cc b/emulators/bochs/files/patch-iodev::cdrom.cc
new file mode 100644
index 000000000000..d00db170be9e
--- /dev/null
+++ b/emulators/bochs/files/patch-iodev::cdrom.cc
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- iodev/cdrom.cc 2002/03/11 23:15:19 1.1
++++ iodev/cdrom.cc 2002/03/11 23:15:57
+@@ -37,6 +37,7 @@
+ #define LOG_THIS /* no SMF tricks here, not needed */
+
+ extern "C" {
++#include <arpa/inet.h>
+ #include <errno.h>
+ }
+