stat: fix Solaris 9 bug
authorEric Blake <ebb9@byu.net>
Tue, 15 Sep 2009 23:08:39 +0000 (17:08 -0600)
committerEric Blake <ebb9@byu.net>
Sat, 19 Sep 2009 19:17:22 +0000 (13:17 -0600)
commitc9d72f69bd201a1ab31464d91f234ea1817fe0e1
tree4330b2f3a3e66bc5740d86695df62738c00bf678
parent5794d89bd24981d2974f1504a04bf09b7efaf251
stat: fix Solaris 9 bug

stat("file/",buf) mistakenly succeeded.

* m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
slash.
* lib/stat.c (rpl_stat): Work around it.
* doc/posix-functions/stat.texi (stat): Update documentation.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/posix-functions/stat.texi
lib/stat.c
m4/stat.m4