]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/ppp/ppp-2.4.7-headers_4.9.patch
Merge branch 'next' into kernel-4.9
[ipfire-2.x.git] / src / patches / ppp / ppp-2.4.7-headers_4.9.patch
1 diff -Naur ppp-2.4.7.org/pppd/plugins/rp-pppoe/plugin.c ppp-2.4.7/pppd/plugins/rp-pppoe/plugin.c
2 --- ppp-2.4.7.org/pppd/plugins/rp-pppoe/plugin.c 2014-08-09 14:31:39.000000000 +0200
3 +++ ppp-2.4.7/pppd/plugins/rp-pppoe/plugin.c 2017-02-09 08:45:12.567493723 +0100
4 @@ -49,6 +49,8 @@
5 #include <net/ethernet.h>
6 #include <net/if_arp.h>
7 #include <linux/ppp_defs.h>
8 +#define _LINUX_IN_H
9 +#define _LINUX_IN6_H
10 #include <linux/if_pppox.h>
11
12 #ifndef _ROOT_PATH