From owner-cvs-all Sat Mar 23 7: 9:40 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 7CAEB37B400; Sat, 23 Mar 2002 07:09:36 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2NF9aP63103; Sat, 23 Mar 2002 07:09:36 -0800 (PST) (envelope-from bde) Message-Id: <200203231509.g2NF9aP63103@freefall.freebsd.org> From: Bruce Evans Date: Sat, 23 Mar 2002 07:09:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include cpufunc.h md_var.h segments.h smp.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 07:09:36 PST Modified files: sys/i386/include cpufunc.h md_var.h segments.h smp.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.117 +2 -2 src/sys/i386/include/cpufunc.h 1.48 +3 -6 src/sys/i386/include/md_var.h 1.29 +7 -7 src/sys/i386/include/segments.h 1.70 +45 -45 src/sys/i386/include/smp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message