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: James Youngman
Subject: Re: getcwd fails on Interix 3.5
Date: Thu, 3 May 2007 23:36:08 +0100

I propose also the following documentation patch.

2007-05-03  James Youngman  <address@hidden>

       * m4/d-ino.m4: Indicate that D_INO_IN_DIRENT is defined only
       if the d_ino member of struct dirent contains a value that is
       ever useful.

diff -u -p -r1.11 d-ino.m4
--- m4/d-ino.m4 2 May 2007 19:06:46 -0000       1.11
+++ m4/d-ino.m4 3 May 2007 22:33:06 -0000
@@ -36,7 +36,8 @@ AC_DEFUN([gl_CHECK_TYPE_STRUCT_DIRENT_D_
   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.])
+        directory headers.  Do not define if the member exists but is not
+       useful.])
   fi
  ]
)




reply via email to

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