]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(getgrnam) [!defined _POSIX_VERSION]: Remove decl.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 May 2005 07:31:31 +0000 (07:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 May 2005 07:31:31 +0000 (07:31 +0000)
src/chgrp.c

index bb3e74190b0e097d6de9f9805b3be894923a1c61..fd636003b0b0d2363412396eb7aad86c17ee6165 100644 (file)
 
 #define AUTHORS "David MacKenzie", "Jim Meyering"
 
-#ifndef _POSIX_VERSION
-struct group *getgrnam ();
-#endif
-
 #if ! HAVE_ENDGRENT
 # define endgrent() ((void) 0)
 #endif