From owner-cvs-all Fri Feb 15 21:59:31 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 0BA4837B400; Fri, 15 Feb 2002 21:59:27 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1G5xQq54538; Fri, 15 Feb 2002 21:59:26 -0800 (PST) (envelope-from bde) Message-Id: <200202160559.g1G5xQq54538@freefall.freebsd.org> From: Bruce Evans Date: Fri, 15 Feb 2002 21:59:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/procfs procfs_ctl.c procfs_status.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/02/15 21:59:26 PST Modified files: sys/fs/procfs procfs_ctl.c procfs_status.c Log: FIxed the following style bugs: - clobbering of jsp's $Id$ by FreeBSD's old $Id$. - long lines in recent KSE changes (procfs_ctl.c). - other style bugs in KSE changes (most related to an shadowed variable in procfs_status.c -- the td in the outer scope is obfuscated by PFS_FILL_ARGS). Approved by: des Revision Changes Path 1.36 +9 -4 src/sys/fs/procfs/procfs_ctl.c 1.40 +7 -6 src/sys/fs/procfs/procfs_status.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message