diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2019-08-06 09:31:00 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2019-08-06 09:31:00 +0000 |
commit | 8a9c1e21fb412acda370de87d1caaefca1573d48 (patch) | |
tree | 2ad120014f5c4c641c2229c479a74173aceac777 /emulators/qemu30/files/patch-net_tap-bsd.c | |
parent | - Fix LICENSE (diff) |
emulators/qemu30: QEMU CPU Emulator
- Specific to version 3.0 in preperation for upgrading qemu to 3.1.X
- USES=gl is not always needed [1]
PR: 238364 [1]
Submitted by: pizzamig [1]
Notes
Notes:
svn path=/head/; revision=508241
Diffstat (limited to 'emulators/qemu30/files/patch-net_tap-bsd.c')
-rw-r--r-- | emulators/qemu30/files/patch-net_tap-bsd.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/qemu30/files/patch-net_tap-bsd.c b/emulators/qemu30/files/patch-net_tap-bsd.c new file mode 100644 index 000000000000..bc2d0ec5b43f --- /dev/null +++ b/emulators/qemu30/files/patch-net_tap-bsd.c @@ -0,0 +1,10 @@ +--- net/tap-bsd.c.orig 2019-04-12 03:28:28 UTC ++++ net/tap-bsd.c +@@ -31,6 +31,7 @@ + + #if defined(__NetBSD__) || defined(__FreeBSD__) + #include <sys/ioctl.h> ++#include <sys/socket.h> + #include <net/if.h> + #include <net/if_tap.h> + #endif |