From owner-cvs-all Sun Mar 18 19:19:56 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 05BF437B718; Sun, 18 Mar 2001 19:19:52 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2J3Jpw44056; Sun, 18 Mar 2001 19:19:51 -0800 (PST) (envelope-from jedgar) Message-Id: <200103190319.f2J3Jpw44056@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 18 Mar 2001 19:19:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e acl_calc_mask.3 acl_calc_mask.c acl_delete_entry.3 acl_delete_entry.c Makefile src/sys/sys acl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/03/18 19:19:51 PST Modified files: lib/libposix1e Makefile sys/sys acl.h Added files: lib/libposix1e acl_calc_mask.3 acl_calc_mask.c acl_delete_entry.3 acl_delete_entry.c Log: Add the following POSIX 1003.1e functions and man pages: o acl_calc_mask(): calculates the ACL mask entry associated with the given ACL. o acl_delete_entry(): remove a specified ACL entry from the given ACL. Approved by: rwatson Revision Changes Path 1.10 +6 -2 src/lib/libposix1e/Makefile 1.13 +3 -1 src/sys/sys/acl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message