X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetugroups.c;h=b266bb8c320108144069dcc1066c007224da52bf;hb=1a2869593e115e4a6c74aaa0b23ca612357403ce;hp=e102f21ca1e90e70065713a15d8d84a20015fe25;hpb=7aa2549d190edbd1d35ffbdfced79c696b7ca0db;p=gnulib.git diff --git a/lib/getugroups.c b/lib/getugroups.c index e102f21ca..b266bb8c3 100644 --- a/lib/getugroups.c +++ b/lib/getugroups.c @@ -32,7 +32,7 @@ /* Some old header files might not declare setgrent, getgrent, and endgrent. If you don't have them at all, we can't implement this function. You lose! */ -struct group *getgrent (); +struct group *getgrent (void); #include