aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libnl/patches
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2016-10-08 13:58:41 -0500
committerJohn Crispin <john@phrozen.org>2016-10-15 11:36:50 +0200
commit913609a9b1209054086477e86e9b548b8a42365f (patch)
tree97079ccac6485210b9ddbe8d8b53c762fdb3f228 /package/libs/libnl/patches
parentd41e54fb02d20435c77b0b682e7aee26ed16d10e (diff)
downloadupstream-913609a9b1209054086477e86e9b548b8a42365f.tar.gz
upstream-913609a9b1209054086477e86e9b548b8a42365f.tar.bz2
upstream-913609a9b1209054086477e86e9b548b8a42365f.zip
package/libs/libnl: Update to 3.2.28
Update to 3.2.28 Remove patch as its in upstream Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'package/libs/libnl/patches')
-rw-r--r--package/libs/libnl/patches/001-fix-poll-h-include-warning-on-musl.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/libs/libnl/patches/001-fix-poll-h-include-warning-on-musl.h b/package/libs/libnl/patches/001-fix-poll-h-include-warning-on-musl.h
deleted file mode 100644
index ec9d4bc4f1..0000000000
--- a/package/libs/libnl/patches/001-fix-poll-h-include-warning-on-musl.h
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/include/netlink/netlink.h b/include/netlink/netlink.h
-index 5f68548..3bf3ed5 100644
---- a/include/netlink/netlink.h
-+++ b/include/netlink/netlink.h
-@@ -16,7 +16,7 @@
- #include <stdint.h>
- #include <string.h>
- #include <stdlib.h>
--#include <sys/poll.h>
-+#include <poll.h>
- #include <sys/socket.h>
- #include <sys/types.h>
- #include <sys/time.h>