summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-18 17:48:02 +0000
committerJim Meyering <jim@meyering.net>2003-03-18 17:48:02 +0000
commit1fe585c5df62342b92ed041565a131f71df7ba06 (patch)
treed7f5d42dbcdffa55a488819147fc5151552ee348 /lib
parent081b3c96efe7d0b21b79793c3b0bf67a8d4b38e2 (diff)
downloadcoreutils-1fe585c5df62342b92ed041565a131f71df7ba06.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index e30f862fb..0f152475b 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,12 @@
2003-03-18 Jim Meyering <jim@meyering.net>
+ * mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
+ error from mntctl.
+ Use mntctl's return value to drive the entry-processing loop, since
+ we can't rely on the value of the vmt_length member in the last
+ entry. On some systems doing so could result in an infinite loop.
+ Based in part on a patch from Mike Jetzer.
+
* exclude.c (excluded_filename): Define and use typedef to
avoid type mismatch in conditional expression.