summaryrefslogtreecommitdiff
path: root/src/pathchk.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-23 07:06:13 +0000
committerJim Meyering <jim@meyering.net>2003-07-23 07:06:13 +0000
commit1e6e2a01010049f63712814b3a549647ecb54baa (patch)
tree08da858e533098a37ebaf8275b69173e61325403 /src/pathchk.c
parenteffc1da025d58ee4ece2f90af8cb810d8315d8f5 (diff)
downloadcoreutils-1e6e2a01010049f63712814b3a549647ecb54baa.tar.xz
Don't include errno.h; system.h already does it.
Diffstat (limited to 'src/pathchk.c')
-rw-r--r--src/pathchk.c5
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"