diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-23 07:06:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-23 07:06:13 +0000 |
commit | 1e6e2a01010049f63712814b3a549647ecb54baa (patch) | |
tree | 08da858e533098a37ebaf8275b69173e61325403 /src | |
parent | effc1da025d58ee4ece2f90af8cb810d8315d8f5 (diff) | |
download | coreutils-1e6e2a01010049f63712814b3a549647ecb54baa.tar.xz |
Don't include errno.h; system.h already does it.
Diffstat (limited to 'src')
-rw-r--r-- | src/pathchk.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pathchk.c b/src/pathchk.c index 4fd2ba0ce..728a0af09 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -43,11 +43,6 @@ #include <getopt.h> #include <sys/types.h> -#include <errno.h> -#ifndef errno -extern int errno; -#endif - #include "system.h" #include "error.h" #include "long-options.h" |