Date: Sun, 24 Mar 2002 02:19:11 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_ether.h in_pcb.h in_var.h ip_mroute.c tcp_input.c tcp_usrreq.c udp_usrreq.c Message-ID: <200203241019.g2OAJB183223@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2002/03/24 02:19:10 PST
Modified files:
sys/netinet if_ether.h in_pcb.h in_var.h ip_mroute.c
tcp_input.c tcp_usrreq.c udp_usrreq.c
Log:
Fixed some style bugs in the removal of __P(()). Continuation lines
were not outdented to preserve non-KNF lining up of code with parentheses.
Switch to KNF formatting.
Revision Changes Path
1.27 +1 -1 src/sys/netinet/if_ether.h
1.47 +2 -3 src/sys/netinet/in_pcb.h
1.45 +1 -1 src/sys/netinet/in_var.h
1.73 +2 -2 src/sys/netinet/ip_mroute.c
1.151 +1 -1 src/sys/netinet/tcp_input.c
1.72 +3 -3 src/sys/netinet/tcp_usrreq.c
1.106 +3 -3 src/sys/netinet/udp_usrreq.c
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?200203241019.g2OAJB183223>
