aboutsummaryrefslogtreecommitdiff
path: root/src/passwd/fgetgrent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor group file access code•••this allows getgrnam and getgrgid to share code with the _r versions in preparation for alternate backend support. Josiah Worcester2015-02-131-1/+3
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-0/+1
* add fgetgrent function•••based on patch by Isaac Dunham, moved to its own file to avoid increasing bss on static linked programs not using this nonstandard function but using the standard getgrent function, and vice versa. Rich Felker2013-02-171-0/+9