summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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