1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Don't test HAVE_ERRNO_H. It's not necessary.

This commit is contained in:
Jim Meyering
2003-01-11 09:44:23 +00:00
parent 7287520d21
commit b734cbf724

View File

@@ -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 <stdlib.h>
#endif
#if HAVE_ERRNO_H
# include <errno.h>
#endif
#include <errno.h>
#ifndef errno
extern int errno;