From owner-cvs-all Sun Mar 24 1:34:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2699E37B419; Sun, 24 Mar 2002 01:34:05 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2O9Y5W73442; Sun, 24 Mar 2002 01:34:05 -0800 (PST) (envelope-from bde) Message-Id: <200203240934.g2O9Y5W73442@freefall.freebsd.org> From: Bruce Evans Date: Sun, 24 Mar 2002 01:34:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bsd_comp.c if_ethersubr.c if_fddisubr.c if_gif.h if_pppvar.h if_tap.c pfil.h ppp_comp.h ppp_deflate.c radix.c route.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/03/24 01:34:05 PST Modified files: sys/net bsd_comp.c if_ethersubr.c if_fddisubr.c if_gif.h if_pppvar.h if_tap.c pfil.h ppp_comp.h ppp_deflate.c radix.c route.h Log: Fixed some style bugs in the removal of __P(()). The main ones were not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases. Revision Changes Path 1.15 +6 -7 src/sys/net/bsd_comp.c 1.109 +1 -1 src/sys/net/if_ethersubr.c 1.55 +1 -1 src/sys/net/if_fddisubr.c 1.11 +2 -2 src/sys/net/if_gif.h 1.19 +4 -4 src/sys/net/if_pppvar.h 1.15 +6 -6 src/sys/net/if_tap.c 1.9 +1 -2 src/sys/net/pfil.h 1.11 +5 -6 src/sys/net/ppp_comp.h 1.16 +5 -6 src/sys/net/ppp_deflate.c 1.24 +5 -5 src/sys/net/radix.c 1.45 +2 -2 src/sys/net/route.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message