From owner-cvs-all Mon Mar 12 18:31:38 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 9703437B71A; Mon, 12 Mar 2001 18:31:33 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2D2VXN62450; Mon, 12 Mar 2001 18:31:33 -0800 (PST) (envelope-from rwatson) Message-Id: <200103130231.f2D2VXN62450@freefall.freebsd.org> From: Robert Watson Date: Mon, 12 Mar 2001 18:31:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e acl_delete.c acl_free.c acl_from_text.c acl_get.c acl_init.c acl_set.c acl_support.c acl_support.h acl_to_text.c acl_valid.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/03/12 18:31:33 PST Modified files: lib/libposix1e acl_delete.c acl_free.c acl_from_text.c acl_get.c acl_init.c acl_set.c acl_support.c acl_support.h acl_to_text.c acl_valid.c Log: o Update copyright dates. o Rename internal library functions so that they are prefixed with _posix1e or _POSIX1E, removing them from the application namespace (and potential conflict with other ACL functions elsewhere in the system). Obtained from: TrustedBSD Project Revision Changes Path 1.5 +2 -2 src/lib/libposix1e/acl_delete.c 1.2 +2 -2 src/lib/libposix1e/acl_free.c 1.5 +6 -5 src/lib/libposix1e/acl_from_text.c 1.5 +2 -2 src/lib/libposix1e/acl_get.c 1.6 +2 -2 src/lib/libposix1e/acl_init.c 1.4 +7 -7 src/lib/libposix1e/acl_set.c 1.6 +35 -33 src/lib/libposix1e/acl_support.c 1.3 +14 -11 src/lib/libposix1e/acl_support.h 1.5 +29 -26 src/lib/libposix1e/acl_to_text.c 1.5 +9 -9 src/lib/libposix1e/acl_valid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message