Date: Tue, 18 Nov 1997 06:08:52 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net ppp_tty.c Message-ID: <199711181408.GAA01120@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1997/11/18 06:08:52 PST
Modified files:
sys/net ppp_tty.c
Log:
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.
Revision Changes Path
1.28 +9 -29 src/sys/net/ppp_tty.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711181408.GAA01120>
