openbsd-ports/emulators/bochs/patches/patch-iodev_eth_tap_cc
todd 804bb24b26 update to 2.1; with input from brad, grange, and Oliver Cherrier
new flavors:
	no_mmx  - do not build with mmx support
	no_comp - do not build with compressed hard drive support

Also new in this version is the vga font is compiled into the binary, no
more 'xset fp+ ..' or editing XF86Config to run bochs!
2004-01-22 14:43:01 +00:00

13 lines
521 B
Plaintext

$OpenBSD: patch-iodev_eth_tap_cc,v 1.1 2004/01/22 14:43:01 todd Exp $
--- iodev/eth_tap.cc.orig 2004-01-13 22:40:00.000000000 +0300
+++ iodev/eth_tap.cc 2004-01-13 22:40:30.000000000 +0300
@@ -100,7 +100,7 @@
#include <sys/socket.h>
#include <sys/uio.h>
#include <sys/wait.h>
-#if defined(__FreeBSD__) || defined(__APPLE__) // Should be fixed for other *BSD
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__APPLE__) // Should be fixed for other *BSD
#include <net/if.h>
#else
#include <asm/types.h>