OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 159... Line 159...
159 sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS); 159 sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS);
Line 160... Line 160...
160 160
161 } else { 161 } else {
162 --- a/pppd/pppd.h 162 --- a/pppd/pppd.h
163 +++ b/pppd/pppd.h 163 +++ b/pppd/pppd.h
164 @@ -599,7 +599,7 @@ void demand_conf __P((void)); /* config 164 @@ -585,7 +585,7 @@ void demand_conf __P((void)); /* config
165 void demand_block __P((void)); /* set all NPs to queue up packets */ 165 void demand_block __P((void)); /* set all NPs to queue up packets */
166 void demand_unblock __P((void)); /* set all NPs to pass packets */ 166 void demand_unblock __P((void)); /* set all NPs to pass packets */
167 void demand_discard __P((void)); /* set all NPs to discard packets */ 167 void demand_discard __P((void)); /* set all NPs to discard packets */
168 -void demand_rexmit __P((int)); /* retransmit saved frames for an NP */ 168 -void demand_rexmit __P((int)); /* retransmit saved frames for an NP */