add fgetgrent function
authorRich Felker <dalias@aerifal.cx>
Sun, 17 Feb 2013 18:21:56 +0000 (13:21 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 17 Feb 2013 18:21:56 +0000 (13:21 -0500)
commitcac872957e8c9e3fc13904c1c55eee0253ec1382
treef3b6fb0402b32ea47469412f0f1baa2b4239a63b
parentb9e08308f4d1fccc188408b223e6820194a5fadf
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.
include/grp.h
src/passwd/fgetgrent.c [new file with mode: 0644]