summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_from_text.c
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2010-07-05 19:01:10 +0000
committertrasz <trasz@FreeBSD.org>2010-07-05 19:01:10 +0000
commit3b22f10bbd3187c095080cca20c4a8c47a3973b0 (patch)
treea3ef4835612c0eca151bd25b6e2b31e8cb473601 /lib/libc/posix1e/acl_from_text.c
parentb0744cfb8dbf62bf31a6e89b2de383ebfd461213 (diff)
downloadFreeBSD-src-3b22f10bbd3187c095080cca20c4a8c47a3973b0.zip
FreeBSD-src-3b22f10bbd3187c095080cca20c4a8c47a3973b0.tar.gz
Remove comment which didn't match reality for a long time.
Reviewed by: rwatson
Diffstat (limited to 'lib/libc/posix1e/acl_from_text.c')
-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 c600987..b6f6f60 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)
OpenPOWER on IntegriCloud