]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move _posix1e_acl_name_to_id out of acl_support.c and into
authorkientzle <kientzle@FreeBSD.org>
Mon, 26 Feb 2007 02:07:02 +0000 (02:07 +0000)
committerkientzle <kientzle@FreeBSD.org>
Mon, 26 Feb 2007 02:07:02 +0000 (02:07 +0000)
commit3de91924d236e02aa3078c572f2cc3b4c0e25a46
treed4793a624b4061ae71b705bad60ae9052aad0901
parent89842b0829560bcf6bede7ab2e0a2f5d32193ac1
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
lib/libc/posix1e/acl_from_text.c
lib/libc/posix1e/acl_support.c
lib/libc/posix1e/acl_support.h