From: Jim Meyering Date: Sat, 5 Apr 2003 06:46:08 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33bba096d9392e1983f07aedf4df9c365dd2c5d1;p=pspp . --- diff --git a/lib/ChangeLog b/lib/ChangeLog index ff9b263efd..509853bbb4 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2003-04-05 Jim Meyering + + 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 * linebreak.h: New file, from GNU gettext.