bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSK/OSS compilation problems, continued


From: Paul Eggert
Subject: Re: NSK/OSS compilation problems, continued
Date: Wed, 11 Oct 2006 23:43:48 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

mwoehlke <address@hidden> writes:

> lib/mkdir-p.c needs:
> #ifndef HAVE_FCHMOD
> # define HAVE_FCHMOD 0
> #endif

Thanks, I installed this:

2006-10-11  Paul Eggert  <address@hidden>

        * 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]