[Top][All Lists]
[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.
- Re: [bug-gnulib] printf %lld versus %Ld for Tandem NSK (OSS), (continued)
- Re: [bug-gnulib] printf %lld versus %Ld for Tandem NSK (OSS), Bruno Haible, 2006/10/12
- Re: NSK(OSS) compilation problem, Paul Eggert, 2006/10/15
- Re: NSK(OSS) compilation problem, Matthew Woehlke, 2006/10/16
- Re: NSK(OSS) compilation problem, Paul Eggert, 2006/10/16
- Re: NSK(OSS) compilation problem, Matthew Woehlke, 2006/10/16
- Re: NSK(OSS) compilation problem, Paul Eggert, 2006/10/17
- Re: NSK(OSS) compilation problem, Matthew Woehlke, 2006/10/17
- Re: NSK(OSS) compilation problem, Paul Eggert, 2006/10/17
Re: NSK(OSS) compilation problem, mwoehlke, 2006/10/06
NSK/OSS compilation problems, continued, mwoehlke, 2006/10/11
- Re: NSK/OSS compilation problems, continued,
Paul Eggert <=
Re: NSK(OSS) compilation problem, Paul Eggert, 2006/10/15