changeset 21241:e28d08093fbb

Correct comment. POSIX does not permit it to succeed.
author Jim Meyering <jim@meyering.net>
date Sat, 14 Nov 1998 13:22:58 +0000
parents 9ab6723f7d96
children 8c500fb51a98
files m4/lstat.m4 m4/stat.m4
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/m4/lstat.m4	Sat Nov 14 13:17:34 1998 +0000
+++ b/m4/lstat.m4	Sat Nov 14 13:22:58 1998 +0000
@@ -1,9 +1,9 @@
 #serial 2
 
 dnl From Jim Meyering.
-dnl Determine whether lstat has the `bug' that it succeeds when given the
+dnl Determine whether lstat has the bug that it succeeds when given the
 dnl zero-length file name argument.  The lstat from SunOS4.1.4 and the Hurd
-dnl (as of 1998-11-01) does this.  This behavior is allowed by POSIX.
+dnl (as of 1998-11-01) do this.
 dnl
 dnl If it does, then define HAVE_LSTAT_EMPTY_STRING_BUG and arrange to
 dnl compile the wrapper function.
--- a/m4/stat.m4	Sat Nov 14 13:17:34 1998 +0000
+++ b/m4/stat.m4	Sat Nov 14 13:22:58 1998 +0000
@@ -1,9 +1,9 @@
 #serial 2
 
 dnl From Jim Meyering.
-dnl Determine whether stat has the `bug' that it succeeds when given the
+dnl Determine whether stat has the bug that it succeeds when given the
 dnl zero-length file name argument.  The stat from SunOS4.1.4 and the Hurd
-dnl (as of 1998-11-01) does this.  This behavior is allowed by POSIX.
+dnl (as of 1998-11-01) do this.
 dnl
 dnl If it does, then define HAVE_STAT_EMPTY_STRING_BUG and arrange to
 dnl compile the wrapper function.