libndp: update Alpine patch for our version.
This commit is contained in:
parent
5d10c9ead4
commit
1d9387539e
|
@ -1,10 +1,10 @@
|
||||||
--- ndptool.c.orig
|
--- utils/ndptool.c.orig 2015-05-13 09:41:18.363683655 +0200
|
||||||
+++ ndptool.c
|
+++ utils/ndptool.c 2015-05-13 09:41:32.746663815 +0200
|
||||||
@@ -22,6 +22,7 @@
|
@@ -28,6 +28,7 @@
|
||||||
#include <unistd.h>
|
#include <arpa/inet.h>
|
||||||
#include <string.h>
|
#include <errno.h>
|
||||||
#include <signal.h>
|
#include <ndp.h>
|
||||||
+#include <sys/select.h>
|
+#include <sys/select.h>
|
||||||
#include <sys/signalfd.h>
|
|
||||||
#include <getopt.h>
|
enum verbosity_level {
|
||||||
#include <net/if.h>
|
VERB1,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Template build file for 'libndp'.
|
# Template file for 'libndp'
|
||||||
pkgname=libndp
|
pkgname=libndp
|
||||||
version=1.5
|
version=1.5
|
||||||
revision=2
|
revision=2
|
||||||
|
|
Loading…
Reference in New Issue