diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-10 11:39:50 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-10 11:39:50 +0100 |
commit | fd6fc97156c6dfcd1e88d4c0e404d320dca06921 (patch) | |
tree | 7be34f2bc4a1ce710916c29447ae81b237bbcdd2 /Makefile.maint | |
parent | 04131454e30f48650c25ce976b4dbb9fbafff502 (diff) | |
download | coreutils-fd6fc97156c6dfcd1e88d4c0e404d320dca06921.tar.xz |
Try to fix today's NFS-related failure: Treat ESTALE like EACCES.
* gl/lib/savewd.c: Copy this file from gnulib, then change
"errno != EACCES" to (errno != EACCES && errno != ESTALE).
The symptom was this failure in tests/install/basic-1:
ginstall: cannot create directory `rel/a': Stale NFS file handle
Diffstat (limited to 'Makefile.maint')
0 files changed, 0 insertions, 0 deletions