summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-net_tap-bsd.c
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-01-01 17:54:08 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-01-01 17:54:08 +0000
commitee0adc18e9750d68b4666752e8746a9a98f5d8fe (patch)
treeae0c7bf01af45003e888e8a1eef41ca6eacd08fa /emulators/qemu-devel/files/patch-net_tap-bsd.c
parentRemove MASTER_SITE that no longer exists. (diff)
emulators/qemu-devel: Update version 2.4.0=>2.5.0
- Remove nox@ from MASTER_SITES (R.I.P. nox) - Take MAINTAINERSHIP - Add LICENSE (GPLv2) - Convert to OPTIONSNG - Fix patch files to be 'make makepatch' compatible - Fix Multiple Security Vulnerabilities [1] PR: 203112 [1] Submitted by: venture37@geeklan.co.uk [1] Security: CVE-2015-5165 [1] CVE-2015-5745 [1] CVE-2015-5154 [1] CVE-2015-5225 [1] Differential Revision: https://reviews.freebsd.org/D3691
Notes
Notes: svn path=/head/; revision=405027
Diffstat (limited to 'emulators/qemu-devel/files/patch-net_tap-bsd.c')
-rw-r--r--emulators/qemu-devel/files/patch-net_tap-bsd.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-net_tap-bsd.c b/emulators/qemu-devel/files/patch-net_tap-bsd.c
new file mode 100644
index 000000000000..8e027eda9e61
--- /dev/null
+++ b/emulators/qemu-devel/files/patch-net_tap-bsd.c
@@ -0,0 +1,10 @@
+--- net/tap-bsd.c.orig 2015-11-03 20:01:34 UTC
++++ net/tap-bsd.c
+@@ -29,6 +29,7 @@
+
+ #if defined(__NetBSD__) || defined(__FreeBSD__)
+ #include <sys/ioctl.h>
++#include <sys/socket.h>
+ #include <net/if.h>
+ #include <net/if_tap.h>
+ #endif