Date: Sun, 24 Mar 2002 01:34:05 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> 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 Message-ID: <200203240934.g2O9Y5W73442@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203240934.g2O9Y5W73442>
