1. ppp.c isn't installed by make kernel because it looks older than
the old one in the linux source. Installed it manually (the other files
installed ok)
2. in ppp.c the definition for FREE_SKB needs two arguments a la 2.1.86+
so the test for version , 2.1.86 is wrong needs to be version >= 2.1.86
or version < 2.1.0 and >= 2.0.35 for two arguments.
3. If ppp is compiled as a module and then compiled into the kernel,
the previous version module confuses pppd because dmesg reports both versions.
regards
