X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Flibnl%2Fpatches%2F110-offsetof.patch;h=fa944a9c4b7c98413c1a8feb97acc119542ada77;hb=2297776bfdb43fc76f89a3757676fd29af76cd63;hp=2fb5a4b2863a52f86077f4be26b2b979702689ab;hpb=1b1593db4c6239a0f90e85ca76a86df340573684;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/package/libnl/patches/110-offsetof.patch b/package/libnl/patches/110-offsetof.patch index 2fb5a4b286..fa944a9c4b 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]))