summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-18 19:12:57 +0000
committerJim Meyering <jim@meyering.net>2003-03-18 19:12:57 +0000
commit66937ee56baa44c2d6a390b0d0847dad2cc718e6 (patch)
tree67bb45e601a3c45174f5852aea29d538e5f2389b /lib
parent32a06622dea086041473c6a99f164457eacd0529 (diff)
downloadcoreutils-66937ee56baa44c2d6a390b0d0847dad2cc718e6.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 0f152475b..fe5ebdb2b 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.