Update gtk to 2.12.11 and add init script which calls gdk-pixbuf-query-loaders
[openwrt/svn-archive/archive.git] / ipv6 / mrd6 / patches / 003-missing_icmp_inet6_defs.patch
1 Index: mrd6-0.9.5/src/icmp_inet6.cpp
2 ===================================================================
3 --- mrd6-0.9.5.orig/src/icmp_inet6.cpp 2007-09-21 13:19:04.000000000 +0200
4 +++ mrd6-0.9.5/src/icmp_inet6.cpp 2007-09-21 13:19:06.000000000 +0200
5 @@ -51,6 +51,14 @@
6 #define IP6_ALERT_MLD 0x00
7 #endif
8
9 +#ifndef IP6OPT_PAD1
10 +#define IP6OPT_PAD1 0
11 +#endif
12 +
13 +#ifndef IP6OPT_PADN
14 +#define IP6OPT_PADN 1
15 +#endif
16 +
17 static in6_addr mld_all_routers;
18 static in6_addr all_routers;
19