kientzle 2007-02-26 02:07:02 UTC
FreeBSD src repository
Modified files:
lib/libc/posix1e acl_from_text.c acl_support.c
acl_support.h
Log:
Move _posix1e_acl_name_to_id out of acl_support.c and into
acl_from_text.c. Since acl_from_text.c is the only place it
is used, we can now make this internal utility function "static."
As a bonus, acl_set_fd() no longer pulls in getpwuid() for no reason.
MFC after: 7 days
Revision Changes Path
1.11 +51 -0 src/lib/libc/posix1e/acl_from_text.c
1.14 +0 -53 src/lib/libc/posix1e/acl_support.c
1.5 +1 -2 src/lib/libc/posix1e/acl_support.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"