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/pathchk.c | |
| parent | Don't include sys/time.h; system.h already does it. (diff) | |
| download | coreutils-1e6e2a01010049f63712814b3a549647ecb54baa.tar.gz coreutils-1e6e2a01010049f63712814b3a549647ecb54baa.zip | |
Don't include errno.h; system.h already does it.
Diffstat (limited to 'src/pathchk.c')
| -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" |
