about summary refs log tree commit diff
path: root/src/passwd/getspnam.c
Commit message (Collapse)AuthorAgeFilesLines
* don't set errno or return an error when getspnam[_r] finds no entryRich Felker2018-12-281-1/+2
| | | | | this case is specified as success with a null result, rather than an error, and errno is not to be set on success.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+17