changeset 4288:4e7deb01d237

.
author Jim Meyering <jim@meyering.net>
date Sat, 05 Apr 2003 06:46:08 +0000
parents 0c926607b93d
children 5eb0258301e1
files lib/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,13 @@
+2003-04-05  Jim Meyering  <jim@meyering.net>
+
+	Merge change from Coreutils.
+	* 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 exhausting
+	virtual memory.  Based in part on a patch from Mike Jetzer.
+
 2003-04-04  Bruno Haible  <bruno@clisp.org>
 
 	* linebreak.h: New file, from GNU gettext.