diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 03:56:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 03:56:12 +0000 |
commit | 6b13656806e6693b14183e01e23e16bd15bb89d9 (patch) | |
tree | f79ac3a59792be5dbe32c1540c4c4ee3d223b8df /package/libnl/patches/170-fix_netlink_local_missing_limits_h.patch | |
parent | 4df0f180bb5eed230c648c155d9dbb42c348d732 (diff) | |
download | mtk-20170518-6b13656806e6693b14183e01e23e16bd15bb89d9.zip mtk-20170518-6b13656806e6693b14183e01e23e16bd15bb89d9.tar.gz mtk-20170518-6b13656806e6693b14183e01e23e16bd15bb89d9.tar.bz2 |
libnl: update to version 2.0 (patch by Philip Prindeville)
SVN-Revision: 25513
Diffstat (limited to 'package/libnl/patches/170-fix_netlink_local_missing_limits_h.patch')
-rw-r--r-- | package/libnl/patches/170-fix_netlink_local_missing_limits_h.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/libnl/patches/170-fix_netlink_local_missing_limits_h.patch b/package/libnl/patches/170-fix_netlink_local_missing_limits_h.patch deleted file mode 100644 index 0d20847..0000000 --- a/package/libnl/patches/170-fix_netlink_local_missing_limits_h.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/include/netlink-local.h -+++ b/include/netlink-local.h -@@ -26,6 +26,7 @@ - #include <sys/socket.h> - #include <inttypes.h> - #include <assert.h> -+#include <limits.h> - - #include <arpa/inet.h> - #include <netdb.h> |