diff options
-rw-r--r-- | src/chgrp.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/chgrp.c b/src/chgrp.c index 71d0f8dec..47b6ef315 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -19,7 +19,6 @@ #include <config.h> #include <stdio.h> -#include <ctype.h> #include <sys/types.h> #include <grp.h> #include <getopt.h> @@ -27,13 +26,6 @@ #include "version.h" #include "safe-lstat.h" -#if !defined (isascii) || defined (STDC_HEADERS) -#undef isascii -#define isascii(c) 1 -#endif - -#define ISDIGIT(c) (isascii (c) && isdigit (c)) - #ifndef _POSIX_VERSION struct group *getgrnam (); #endif |