Re: magic code in /src/sys/net/if_spppsubr.c

2012-07-25 Thread Philip Guenther
On Tue, Jul 24, 2012 at 5:02 PM, f5b wrote: > /src/sys/net/if_spppsubr.c > rev=1.98 > > 1. line 3557 > p opt[i++] = 0; /* TBD */ Yep, the author's finger slipped...and it doesn't matter because it's in a non-functional ifdef'ed out block. A diff to actually add support for IPv6 P

Re: magic code in /src/sys/net/if_spppsubr.c

2012-07-25 Thread Dan Harnett
On Wed, Jul 25, 2012 at 08:02:16AM +0800, f5b wrote: > /src/sys/net/if_spppsubr.c > rev=1.98 > > 1. line 3557 > p opt[i++] = 0; /* TBD */ > > 2. see line (begin with ^L) > 466 > 1145 > 1276 > 1991 > 2675 > 4116 > 4430 > > compare to line (insert empty line) > 3150 > 3642 For a

magic code in /src/sys/net/if_spppsubr.c

2012-07-24 Thread f5b
/src/sys/net/if_spppsubr.c rev=1.98 1. line 3557 p opt[i++] = 0; /* TBD */ 2. see line (begin with ^L) 466 1145 1276 1991 2675 4116 4430 compare to line (insert empty line) 3150 3642