From owner-cvs-all Fri Oct 26 22:45:45 2001 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 DFBB437B405; Fri, 26 Oct 2001 22:45:42 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9R5jga51119; Fri, 26 Oct 2001 22:45:42 -0700 (PDT) (envelope-from rwatson) Message-Id: <200110270545.f9R5jga51119@freefall.freebsd.org> From: Robert Watson Date: Fri, 26 Oct 2001 22:45:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_acl.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 rwatson 2001/10/26 22:45:42 PDT Modified files: sys/kern kern_acl.c Log: o Improve style(9) compliance following KSE modifications. In particular, strip the space from '( struct thread *...', wrap long lines. o Remove an unneeded comment on the topic of no lock being required as part of the NDINIT() in __acl_get_file(), as it's really not required there. Obtained from: TrustedBSD Project Revision Changes Path 1.17 +20 -19 src/sys/kern/kern_acl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message