K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T14:08:51.000000Z K 7 svn:log V 515 Don't test for conflicting combinations of PPP_FILTER/BPFILTER here. Testing in if_ppp.c is good enough. Added comments about bogus #includes and #defines. Removed unused #includes. Don't depend on gcc's misfeature of rewriting short args in old-style function definitions to match wrong prototypes. I just changed the function definition to match the prototype, since this is easy to verify automatically (it causes no changes in the object code), but it breaks K&R1 support and doesn't fix the pessimal type. END