summaryrefslogtreecommitdiffstats
path: root/package/libnl/patches/110-offsetof.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-28 08:51:33 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-28 08:51:33 +0000
commitd3ca1bb1e5da035eba69e6d0de71d4ddaa10c1f1 (patch)
treeb4aa2c73f02445a927bcc9129e24c739ab9c5b4b /package/libnl/patches/110-offsetof.patch
parent85e49e4898d55395c4dc6694280356f3d26f2748 (diff)
[package] libnl: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14233 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libnl/patches/110-offsetof.patch')
-rw-r--r--package/libnl/patches/110-offsetof.patch8
1 files changed, 3 insertions, 5 deletions
diff --git a/package/libnl/patches/110-offsetof.patch b/package/libnl/patches/110-offsetof.patch
index 2fb5a4b28..fa944a9c4 100644
--- a/package/libnl/patches/110-offsetof.patch
+++ b/package/libnl/patches/110-offsetof.patch
@@ -1,8 +1,6 @@
-Index: libnl-1.0-pre8/include/netlink-local.h
-===================================================================
---- libnl-1.0-pre8.orig/include/netlink-local.h 2007-12-29 13:40:25.242226458 +0100
-+++ libnl-1.0-pre8/include/netlink-local.h 2007-12-29 13:40:36.882889824 +0100
-@@ -336,7 +336,9 @@
+--- a/include/netlink-local.h
++++ b/include/netlink-local.h
+@@ -337,7 +337,9 @@ static inline int nl_cb_call(struct nl_c
}
#define ARRAY_SIZE(X) (sizeof(X) / sizeof((X)[0]))