summaryrefslogtreecommitdiff
path: root/src/chgrp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-02 02:09:38 +0000
committerJim Meyering <jim@meyering.net>1994-10-02 02:09:38 +0000
commitf17c045d219e48e96f7a35d37f239627fa0f8fcf (patch)
treec1cc2f8565c315aebefda2e283632a00595fa4d0 /src/chgrp.c
parentb055972c6b12e52f0e41a47d47b711e10b530c1b (diff)
downloadcoreutils-f17c045d219e48e96f7a35d37f239627fa0f8fcf.tar.xz
.
Diffstat (limited to 'src/chgrp.c')
-rw-r--r--src/chgrp.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/chgrp.c b/src/chgrp.c
index a7d952be6..84e6b4fc8 100644
--- a/src/chgrp.c
+++ b/src/chgrp.c
@@ -17,17 +17,7 @@
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */
-#ifdef HAVE_CONFIG_H
-#if defined (CONFIG_BROKETS)
-/* We use <config.h> instead of "config.h" so that a compilation
- using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
- (which it would do because it found this file in $srcdir). */
#include <config.h>
-#else
-#include "config.h"
-#endif
-#endif
-
#include <stdio.h>
#include <ctype.h>
#include <sys/types.h>
@@ -48,7 +38,7 @@
struct group *getgrnam ();
#endif
-#ifdef _POSIX_SOURCE
+#ifdef _POSIX_VERSION
#define endgrent()
#endif