From: Jim Meyering Date: Tue, 18 Mar 2003 19:12:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-4_5_11~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66937ee56baa44c2d6a390b0d0847dad2cc718e6;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 0f15247..fe5ebdb 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -4,8 +4,8 @@ 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. + entry. On some systems doing so could result in exhausting + virtual memory. Based in part on a patch from Mike Jetzer. * exclude.c (excluded_filename): Define and use typedef to avoid type mismatch in conditional expression.