diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-11 23:21:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-11 23:21:06 +0000 |
commit | 6ee210658b95fa04ea1e8db89043083e2a4eeda2 (patch) | |
tree | db0856e4bd4883737542a9ef32ac1e43b5113043 /emulators/bochs | |
parent | Allow teTeX to be buildable without bringing in X11 (the only casualty (diff) |
Unbroke on recent -current: we now need <arpa/inet.h> to get proto for
ntohl(3).
Notes
Notes:
svn path=/head/; revision=55897
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/files/patch-iodev::cdrom.cc | 13 |
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> + } + |