From owner-cvs-all Sat Mar 23 0:46:58 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 8764537B400; Sat, 23 Mar 2002 00:46:53 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2N8kqk91906; Sat, 23 Mar 2002 00:46:52 -0800 (PST) (envelope-from bde) Message-Id: <200203230846.g2N8kqk91906@freefall.freebsd.org> From: Bruce Evans Date: Sat, 23 Mar 2002 00:46:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys bio.h conf.h disklabel.h diskslice.h event.h file.h filedesc.h libkern.h malloc.h mount.h msgbuf.h protosw.h socketvar.h sysent.h systm.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/23 00:46:52 PST Modified files: sys/sys bio.h conf.h disklabel.h diskslice.h event.h file.h filedesc.h libkern.h malloc.h mount.h msgbuf.h protosw.h socketvar.h sysent.h systm.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.112 +2 -2 src/sys/sys/bio.h 1.143 +2 -2 src/sys/sys/conf.h 1.70 +3 -4 src/sys/sys/disklabel.h 1.43 +6 -8 src/sys/sys/diskslice.h 1.19 +5 -5 src/sys/sys/event.h 1.43 +12 -15 src/sys/sys/file.h 1.39 +2 -2 src/sys/sys/filedesc.h 1.30 +1 -1 src/sys/sys/libkern.h 1.58 +8 -9 src/sys/sys/malloc.h 1.121 +26 -28 src/sys/sys/mount.h 1.18 +1 -1 src/sys/sys/msgbuf.h 1.38 +13 -15 src/sys/sys/protosw.h 1.73 +7 -9 src/sys/sys/socketvar.h 1.37 +6 -8 src/sys/sys/sysent.h 1.166 +5 -6 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message