summaryrefslogtreecommitdiff
path: root/src/chgrp.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-30 07:31:31 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-30 07:31:31 +0000
commit739904ab061b48072b4f4aa6ca718f6f18849fb1 (patch)
treea7a1372c3c707e059567c6ac8dae1ac93fa80705 /src/chgrp.c
parent4ab39ecf7520495aceeb5a751b92c69a036a453b (diff)
downloadcoreutils-739904ab061b48072b4f4aa6ca718f6f18849fb1.tar.xz
(getgrnam) [!defined _POSIX_VERSION]: Remove decl.
Diffstat (limited to 'src/chgrp.c')
-rw-r--r--src/chgrp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/chgrp.c b/src/chgrp.c
index bb3e74190..fd636003b 100644
--- a/src/chgrp.c
+++ b/src/chgrp.c
@@ -37,10 +37,6 @@
#define AUTHORS "David MacKenzie", "Jim Meyering"
-#ifndef _POSIX_VERSION
-struct group *getgrnam ();
-#endif
-
#if ! HAVE_ENDGRENT
# define endgrent() ((void) 0)
#endif