From 70b4d870b502b876f1709e3ced04696ad2f8c983 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 10 Sep 2005 05:51:26 +0000 Subject: [PATCH] . --- winsup/cygwin/ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 80bd48798..8520bc91d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,7 +1,8 @@ 2005-09-09 Christopher Faylor * heap.cc (heap_init): Be slightly more aggressive when trying to - allocate heap. Change fatal error to avoid confusion with cygheap. + allocate heap. Change fatal error message to avoid confusion with + cygheap. * spawn.cc (linebuf::finish): New function. (linebuf::add): Cosmetic change.