svn commit: r209712 - head/lib/libc/posix1e

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Jul 5 19:01:10 UTC 2010


Author: trasz
Date: Mon Jul  5 19:01:10 2010
New Revision: 209712
URL: http://svn.freebsd.org/changeset/base/209712

Log:
  Remove comment which didn't match reality for a long time.
  
  Reviewed by:	rwatson

Modified:
  head/lib/libc/posix1e/acl_from_text.c

Modified: head/lib/libc/posix1e/acl_from_text.c
==============================================================================
--- head/lib/libc/posix1e/acl_from_text.c	Mon Jul  5 18:45:59 2010	(r209711)
+++ head/lib/libc/posix1e/acl_from_text.c	Mon Jul  5 19:01:10 2010	(r209712)
@@ -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)


More information about the svn-src-all mailing list