aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libndp/fix-fd_set.patch
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2015-04-23 17:13:34 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2015-04-28 00:36:11 +0200
commitfc316af3651011976918a7cbfafff27a54bcdd64 (patch)
tree1c80b54f2519a0bd89ea4e50875047ccc6cd4d0f /testing/libndp/fix-fd_set.patch
parent36d9099d0d6250d6791f4dfbbc01bd979be70526 (diff)
downloadaports-fc316af3651011976918a7cbfafff27a54bcdd64.tar.bz2
aports-fc316af3651011976918a7cbfafff27a54bcdd64.tar.xz
testing/libndp: new aport
Required by networkmanager Library for Neighbor Discovery Protocol http://libndp.org/
Diffstat (limited to 'testing/libndp/fix-fd_set.patch')
-rw-r--r--testing/libndp/fix-fd_set.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/libndp/fix-fd_set.patch b/testing/libndp/fix-fd_set.patch
new file mode 100644
index 0000000000..7797418c1a
--- /dev/null
+++ b/testing/libndp/fix-fd_set.patch
@@ -0,0 +1,10 @@
+--- libndp-1.4/utils/ndptool.c
++++ libndp-1.4/utils/ndptool.c.new
+@@ -22,6 +22,7 @@
+ #include <unistd.h>
+ #include <string.h>
+ #include <signal.h>
++#include <sys/select.h>
+ #include <sys/signalfd.h>
+ #include <getopt.h>
+ #include <net/if.h>