1 Index: dnsmasq-2.40/src/netlink.c
2 ===================================================================
3 --- dnsmasq-2.40.orig/src/netlink.c 2007-06-26 19:16:31.000000000 +0200
4 +++ dnsmasq-2.40/src/netlink.c 2007-06-26 19:16:31.000000000 +0200
6 #include <linux/types.h>
7 #include <linux/netlink.h>
8 #include <linux/rtnetlink.h>
10 +# include "linux/if_addr.h"
11 +# define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
14 /* linux 2.6.19 buggers up the headers, patch it up here. */