bug-gnulib
[Top][All Lists]
Advanced

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

Re: getcwd fails on Interix 3.5


From: Paul Eggert
Subject: Re: getcwd fails on Interix 3.5
Date: Thu, 03 May 2007 23:39:38 -0700
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

"James Youngman" <address@hidden> writes:

> I propose also the following documentation patch.

OK, thanks, except that's a tad wordy.  I installed this shorter
one instead:

2007-05-03  Paul Eggert  <address@hidden>

        * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
        comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.

--- m4/d-ino.m4 2 May 2007 19:06:46 -0000       1.11
+++ m4/d-ino.m4 4 May 2007 06:38:08 -0000
@@ -1,4 +1,4 @@
-#serial 9
+#serial 10

 dnl From Jim Meyering.
 dnl
@@ -35,8 +35,7 @@ AC_DEFUN([gl_CHECK_TYPE_STRUCT_DIRENT_D_
            [gl_cv_struct_dirent_d_ino=no])])
    if test $gl_cv_struct_dirent_d_ino = yes; then
      AC_DEFINE(D_INO_IN_DIRENT, 1,
-       [Define if there is a member named d_ino in the struct describing
-        directory headers.])
+       [Define if struct dirent has a member d_ino that actually works.])
    fi
   ]
 )




reply via email to

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