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 {
5 struct packet *pend_qtail;
7 -static int active_packet __P((unsigned char *, int));
8 +static int active_packet (unsigned char *, int);
11 * demand_conf - configure the interface for doing dial-on-demand.