mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libndp: Update patch with upstream version.
Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
72b2f5dafe
commit
f0eb8fb1fa
|
|
@ -1,25 +1,25 @@
|
|||
From 33150de2d77ffb645da1a043933b12ddc0143cea Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Tue, 21 Mar 2017 18:59:03 -0700
|
||||
Subject: [PATCH] include sys/select.h for fd_* definitions
|
||||
From 94e9a082d76414f82794b0c9817d0c24e3868275 Mon Sep 17 00:00:00 2001
|
||||
From: Kylie McClain <somasis@exherbo.org>
|
||||
Date: Sat, 21 May 2016 21:24:36 -0400
|
||||
Subject: [PATCH] ndptool: Fix compilation on musl libc
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
FD_ZERO, fd_set, etc are defined within sys/select.h on musl.
|
||||
|
||||
Signed-off-by: Kylie McClain <somasis@exherbo.org>
|
||||
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
|
||||
---
|
||||
utils/ndptool.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/utils/ndptool.c b/utils/ndptool.c
|
||||
index 1d96f4c..0fd4c4d 100644
|
||||
index 1d96f4c..96479fa 100644
|
||||
--- a/utils/ndptool.c
|
||||
+++ b/utils/ndptool.c
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
#include <getopt.h>
|
||||
+#include <sys/select.h>
|
||||
#include <net/if.h>
|
||||
#include <netinet/in.h>
|
||||
@@ -28,6 +28,7 @@
|
||||
#include <arpa/inet.h>
|
||||
--
|
||||
2.12.0
|
||||
|
||||
#include <errno.h>
|
||||
#include <ndp.h>
|
||||
+#include <sys/select.h>
|
||||
|
||||
enum verbosity_level {
|
||||
VERB1,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user