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