From owner-cvs-sys Tue Nov 18 06:13:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA23674 for cvs-sys-outgoing; Tue, 18 Nov 1997 06:13:53 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA23539; Tue, 18 Nov 1997 06:11:56 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA01120; Tue, 18 Nov 1997 06:08:52 -0800 (PST) Date: Tue, 18 Nov 1997 06:08:52 -0800 (PST) Message-Id: <199711181408.GAA01120@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net ppp_tty.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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