]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/ppp/ppp-2.5.0-5-headers_4.9.patch
ppp: Fixes bug#13164 - Update to version 2.5.0
[ipfire-2.x.git] / src / patches / ppp / ppp-2.5.0-5-headers_4.9.patch
1 diff -Naur pppd.orig/plugins/pppoe/plugin.c pppd/plugins/pppoe/plugin.c
2 --- pppd.orig/plugins/pppoe/plugin.c 2023-06-30 13:25:58.798782323 +0200
3 +++ pppd/plugins/pppoe/plugin.c 2023-06-30 13:50:23.150026201 +0200
4 @@ -46,6 +46,8 @@
5 #include <signal.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 #include <pppd/pppd.h>