Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jul 2010 19:01:10 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209712 - head/lib/libc/posix1e
Message-ID:  <201007051901.o65J1Agd036633@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007051901.o65J1Agd036633>