X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetugroups.c;h=b266bb8c320108144069dcc1066c007224da52bf;hb=38db1b35bf51a7a738f27d2660a9fdd3b46447be;hp=e102f21ca1e90e70065713a15d8d84a20015fe25;hpb=17959d7c83195b5568ac4c311d2754971efd4b90;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