mwoehlke <[EMAIL PROTECTED]> writes:
> lib/mkdir-p.c needs:
> #ifndef HAVE_FCHMOD
> # define HAVE_FCHMOD 0
> #endif
Thanks, I installed this:
2006-10-11 Paul Eggert <[EMAIL PROTECTED]>
* lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
defined. Problem reported by Matthew Woehlke.
--- lib/mkdir-p.c 7 Oct 2006 07:07:34 -0000 1.10
+++ lib/mkdir-p.c 12 Oct 2006 06:42:21 -0000
@@ -38,6 +38,10 @@
#include "savewd.h"
#include "stat-macros.h"
+#ifndef HAVE_FCHMOD
+# define HAVE_FCHMOD false
+#endif
+
/* Ensure that the directory DIR exists.
WD is the working directory, as in savewd.c.
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils