patch-include_net_if_ppp_h 397 B

123456789101112
  1. --- ppp-2.4.5.orig/include/net/if_ppp.h 2009-11-16 23:26:07.000000000 +0100
  2. +++ ppp-2.4.5/include/net/if_ppp.h 2014-03-17 16:13:06.000000000 +0100
  3. @@ -150,7 +150,7 @@ struct ifpppcstatsreq {
  4. #endif
  5. #if (defined(_KERNEL) || defined(KERNEL)) && !defined(NeXT)
  6. -void pppattach __P((void));
  7. -void pppintr __P((void));
  8. +void pppattach (void);
  9. +void pppintr (void);
  10. #endif
  11. #endif /* _IF_PPP_H_ */