Remove comment which didn't match reality for a long time.

Reviewed by:	rwatson
This commit is contained in:
Edward Tomasz Napierala 2010-07-05 19:01:10 +00:00
parent 13c02cbb18
commit ec1f83f78e

View File

@ -271,9 +271,6 @@ acl_from_text(const char *buf_p)
* 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)