aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/posix1e
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2010-07-05 19:01:10 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2010-07-05 19:01:10 +0000
commitec1f83f78e35ab051a27808779653eab7fdb9805 (patch)
treea3ef4835612c0eca151bd25b6e2b31e8cb473601 /lib/libc/posix1e
parent13c02cbb187f4a062f9563e184dc57da661981bb (diff)
Notes
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r--lib/libc/posix1e/acl_from_text.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/posix1e/acl_from_text.c b/lib/libc/posix1e/acl_from_text.c
index c600987f9f6df..b6f6f602ddf9c 100644
--- a/lib/libc/posix1e/acl_from_text.c
+++ b/lib/libc/posix1e/acl_from_text.c
@@ -271,9 +271,6 @@ error_label:
* XXX NOT THREAD SAFE, RELIES ON GETPWNAM, GETGRNAM
* XXX USES *PW* AND *GR* WHICH ARE STATEFUL AND THEREFORE THIS ROUTINE
* MAY HAVE SIDE-EFFECTS
- *
- * XXX currently doesn't deal correctly with a numeric uid being passed
- * instead of a username. What is correct behavior here? Check chown.
*/
static int
_posix1e_acl_name_to_id(acl_tag_t tag, char *name, uid_t *id)