diff options
Diffstat (limited to 'emulators/bochs/patches/patch-ah')
-rw-r--r-- | emulators/bochs/patches/patch-ah | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/bochs/patches/patch-ah b/emulators/bochs/patches/patch-ah new file mode 100644 index 00000000000..0ef05166244 --- /dev/null +++ b/emulators/bochs/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.3 2002/12/30 05:52:41 uebayasi Exp $ + +--- config.h.in.orig Sun Dec 22 04:30:48 2002 ++++ config.h.in +@@ -804,7 +804,7 @@ + #ifdef BX_USE_ETH_ARPBACK + # define ETH_ARPBACK 1 + #endif +-#if defined(__FreeBSD__) || defined(__OpenBSD__) ++#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) + #define ETH_FBSD 1 + #endif + #if defined(linux) |