Date: Sun, 29 Dec 2002 12:47:05 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e acl.3 acl_delete.3 acl_delete.c acl_get.3 acl_get.c acl_set.c acl_valid.3 acl_valid.c Message-ID: <200212292047.gBTKl56L032737@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/12/29 12:47:05 PST Modified files: lib/libc/posix1e acl.3 acl_delete.3 acl_delete.c acl_get.3 acl_get.c acl_set.c acl_valid.3 acl_valid.c Log: Update libc POSIX.1e code and documentation to reflect: - Updated copyrights, modified dates - Remove "BUGS" entry indicating that ACLs are unimplemented - Implement acl_*_link() library wrapper variants for get, set, delete, aclvalid. - Document acl_*_link() calls. Obtained from: TrustedBSD Project Revision Changes Path 1.21 +14 -7 src/lib/libc/posix1e/acl.3 1.15 +23 -9 src/lib/libc/posix1e/acl_delete.3 1.8 +16 -1 src/lib/libc/posix1e/acl_delete.c 1.15 +21 -14 src/lib/libc/posix1e/acl_get.3 1.12 +25 -2 src/lib/libc/posix1e/acl_get.c 1.12 +25 -1 src/lib/libc/posix1e/acl_set.c 1.14 +19 -9 src/lib/libc/posix1e/acl_valid.3 1.10 +22 -2 src/lib/libc/posix1e/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?200212292047.gBTKl56L032737>