History log of /seL4-refos-master/libs/libmuslc/src/passwd/fgetgrent.c
Revision Date Author Comments
# 7c5f0a52 07-Feb-2015 Josiah Worcester <josiahw@gmail.com>

refactor group file access code

this allows getgrnam and getgrgid to share code with the _r versions
in preparation for alternate backend support.


# 57174444 11-Dec-2013 Szabolcs Nagy <nsz@port70.net>

include cleanups: remove unused headers and add feature test macros


# cac87295 17-Feb-2013 Rich Felker <dalias@aerifal.cx>

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.