]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't test HAVE_ERRNO_H. It's not necessary.
authorJim Meyering <jim@meyering.net>
Sat, 11 Jan 2003 09:44:23 +0000 (09:44 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 11 Jan 2003 09:44:23 +0000 (09:44 +0000)
lib/makepath.c

index d4eaadeec280e539f4b754e3aab0d9a8fb6ea926..a725e8597a6698fdfd1ad899825589f3af2aa73f 100644 (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;