27 lines
666 B
Plaintext
27 lines
666 B
Plaintext
$NetBSD: patch-af,v 1.7 2013/02/10 05:55:07 manu Exp $
|
|
|
|
--- configure.orig 2013-01-28 10:29:31.000000000 +0100
|
|
+++ configure 2013-01-28 10:29:38.000000000 +0100
|
|
@@ -13427,8 +13427,9 @@
|
|
sys/time.h sys/ioctl.h sys/stat.h \
|
|
sys/mman.h sys/file.h sys/wait.h \
|
|
unistd.h signal.h libgen.h stropts.h \
|
|
syslog.h pwd.h grp.h \
|
|
+ net/if_tap.h \
|
|
sys/sockio.h sys/uio.h linux/sockios.h \
|
|
linux/types.h sys/poll.h sys/epoll.h err.h \
|
|
|
|
do :
|
|
@@ -13453,8 +13454,11 @@
|
|
#endif
|
|
#ifdef HAVE_SYS_SOCKET_H
|
|
#include <sys/socket.h>
|
|
#endif
|
|
+#ifdef HAVE_NET_IF_H
|
|
+#include <net/if.h>
|
|
+#endif
|
|
#ifdef HAVE_NETINET_IN_H
|
|
#include <netinet/in.h>
|
|
#endif
|
|
#ifdef HAVE_WINDOWS_H
|