From 1e6e2a01010049f63712814b3a549647ecb54baa Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 23 Jul 2003 07:06:13 +0000 Subject: [PATCH] Don't include errno.h; system.h already does it. --- src/pathchk.c | 5 ----- 1 file changed, 5 deletions(-) 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" -- 2.47.2