From owner-cvs-all Sun Mar 24 2:19:14 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 1D6D137B404; Sun, 24 Mar 2002 02:19:11 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2OAJB183223; Sun, 24 Mar 2002 02:19:11 -0800 (PST) (envelope-from bde) Message-Id: <200203241019.g2OAJB183223@freefall.freebsd.org> From: Bruce Evans Date: Sun, 24 Mar 2002 02:19:11 -0800 (PST) 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 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 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