Date: Mon, 12 Mar 2001 18:31:33 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> 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 Message-ID: <200103130231.f2D2VXN62450@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103130231.f2D2VXN62450>
