From b734cbf724e5f0f3f4de56b85d023a3d2d013615 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 11 Jan 2003 09:44:23 +0000 Subject: [PATCH] Don't test HAVE_ERRNO_H. It's not necessary. --- lib/makepath.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/makepath.c b/lib/makepath.c index d4eaadeec2..a725e8597a 100644 --- a/lib/makepath.c +++ b/lib/makepath.c @@ -1,5 +1,6 @@ /* makepath.c -- Ensure that a directory path exists. - Copyright (C) 1990, 1997, 1998, 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1990, 1997, 1998, 1999, 2000, 2002, 2003 Free Software + Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -58,9 +59,7 @@ char *alloca (); # include #endif -#if HAVE_ERRNO_H -# include -#endif +#include #ifndef errno extern int errno; -- 2.47.2