From b5141ea359b507cc7e4ec0bc841126ee778b8f81 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 13 Jun 2009 16:46:42 +0000 Subject: Update to version 2.49 Fixes #5331 and #5286 SVN-Revision: 16436 --- package/dnsmasq/patches/102-rtnetlink.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 package/dnsmasq/patches/102-rtnetlink.patch (limited to 'package/dnsmasq/patches/102-rtnetlink.patch') diff --git a/package/dnsmasq/patches/102-rtnetlink.patch b/package/dnsmasq/patches/102-rtnetlink.patch deleted file mode 100644 index 932c7e6..0000000 --- a/package/dnsmasq/patches/102-rtnetlink.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ur dnsmasq-2.47.orig/src/netlink.c dnsmasq-2.47/src/netlink.c ---- dnsmasq-2.47.orig/src/netlink.c 2009-02-15 19:05:25.000000000 +0200 -+++ dnsmasq-2.47/src/netlink.c 2008-02-15 19:05:25.000000000 +0200 -@@ -21,6 +21,10 @@ - #include - #include - #include -+#ifndef IFA_RTA -+# include "linux/if_addr.h" -+# define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg)))) -+#endif - - /* linux 2.6.19 buggers up the headers, patch it up here. */ - #ifndef IFA_RTA -- cgit v1.1