Remove comment which didn't match reality for a long time.
Reviewed by: rwatson
This commit is contained in:
parent
13c02cbb18
commit
ec1f83f78e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user