patch-pppd_demand_c 400 B

1234567891011
  1. --- ppp-2.4.5.orig/pppd/demand.c 2009-11-16 23:26:07.000000000 +0100
  2. +++ ppp-2.4.5/pppd/demand.c 2014-03-17 16:13:13.000000000 +0100
  3. @@ -70,7 +70,7 @@ struct packet {
  4. struct packet *pend_q;
  5. struct packet *pend_qtail;
  6. -static int active_packet __P((unsigned char *, int));
  7. +static int active_packet (unsigned char *, int);
  8. /*
  9. * demand_conf - configure the interface for doing dial-on-demand.