]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 8 Aug 2003 21:15:01 +0000 (21:15 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 8 Aug 2003 21:15:01 +0000 (21:15 +0000)
lib/ChangeLog

index 8238aae986f3090c42f0a0fc307a8b0377346618..22ed86f096658acabaf82b882e7297d23c1f9c51 100644 (file)
@@ -1,3 +1,10 @@
+2003-08-08  Jim Meyering  <jim@meyering.net>
+
+       * mountlist.c (read_filesystem_list) [MOUNTED_GETFSSTAT]:
+       Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
+       hang on OSF/1 5.1 for DIR on both local and remote file systems.
+       Reported by (and fix confirmed by) Nelson H. F. Beebe.
+
 2003-08-07  Jim Meyering  <jim@meyering.net>
 
        * regex.h (RE_SYNTAX_POSIX_AWK): Remove SPACE in SPACE-TAB sequence.