patch-pppd_plugins_rp-pppoe_plugin_c 388 B

1234567891011
  1. --- ppp-2.4.7.orig/pppd/plugins/rp-pppoe/plugin.c 2014-08-09 14:31:39.000000000 +0200
  2. +++ ppp-2.4.7/pppd/plugins/rp-pppoe/plugin.c 2021-11-04 04:11:17.756625845 +0100
  3. @@ -49,6 +49,8 @@ static char const RCSID[] =
  4. #include <net/ethernet.h>
  5. #include <net/if_arp.h>
  6. #include <linux/ppp_defs.h>
  7. +#define _LINUX_IN_H
  8. +#define _LINUX_IN6_H
  9. #include <linux/if_pppox.h>
  10. #ifndef _ROOT_PATH