mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
- MASTER_SITES has been changed from SAVANNAH and local repo of nox@ to new wiki.qemu.org - Take MAINTAINERSHIP - Updated to maintain version release with UPSTREAM. qemu-devel will be updated to maintain with SNAPSHOTS - Some of the patches has been converted to OPTIONSNG with post-patch - Most of the patches are now makepatch compatible - Converted most of the LEGACY OPTIONS to OPTIONSNG
10 lines
237 B
C
10 lines
237 B
C
--- 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
|