From: Jim Meyering Date: Wed, 23 Jul 2003 07:06:13 +0000 (+0000) Subject: Don't include errno.h; system.h already does it. X-Git-Tag: v5.0.90~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e6e2a01010049f63712814b3a549647ecb54baa;p=thirdparty%2Fcoreutils.git Don't include errno.h; system.h already does it. --- diff --git a/src/pathchk.c b/src/pathchk.c index 4fd2ba0ce5..728a0af094 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -43,11 +43,6 @@ #include #include -#include -#ifndef errno -extern int errno; -#endif - #include "system.h" #include "error.h" #include "long-options.h"