patch-pppd_plugins_rp-pppoe_if_c 368 B

12345678910111213
  1. --- ppp-2.4.5.orig/pppd/plugins/rp-pppoe/if.c 2009-11-16 23:26:07.000000000 +0100
  2. +++ ppp-2.4.5/pppd/plugins/rp-pppoe/if.c 2014-03-17 16:32:55.000000000 +0100
  3. @@ -30,10 +30,6 @@ static char const RCSID[] =
  4. #include <linux/if_packet.h>
  5. #endif
  6. -#ifdef HAVE_NET_ETHERNET_H
  7. -#include <net/ethernet.h>
  8. -#endif
  9. -
  10. #ifdef HAVE_ASM_TYPES_H
  11. #include <asm/types.h>
  12. #endif