From owner-cvs-all Sun Dec 2 18:24:46 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 BDFB737B491; Sun, 2 Dec 2001 18:24:26 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB32OOw97666; Sun, 2 Dec 2001 18:24:24 -0800 (PST) (envelope-from jedgar) Message-Id: <200112030224.fB32OOw97666@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 2 Dec 2001 18:24:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/setfacl merge.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 jedgar 2001/12/02 18:24:24 PST Modified files: bin/setfacl merge.c Log: Move the code merging ACL_USER and ACL_GROUP objects from under two nested while loops into a separate function. Obtained from: TrustedBSD Project Revision Changes Path 1.5 +33 -22 src/bin/setfacl/merge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message