diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2015-04-23 17:13:34 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-28 00:36:11 +0200 |
commit | fc316af3651011976918a7cbfafff27a54bcdd64 (patch) | |
tree | 1c80b54f2519a0bd89ea4e50875047ccc6cd4d0f /testing/libndp/fix-fd_set.patch | |
parent | 36d9099d0d6250d6791f4dfbbc01bd979be70526 (diff) | |
download | aports-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.patch | 10 |
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> |