From de6c4c6a5f5743392ed7b2935c9dbd41365e10ae Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 27 Dec 2005 20:23:48 +0000 Subject: [PATCH] * ChangeLog: Add linebreaks. --- winsup/cygwin/ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 82e9ba521..470796390 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -54,10 +54,12 @@ * pinfo.cc (_onreturn::dummy_handle): Remove. (_onreturn::h): Make this a pointer. - (_onreturn::~_onreturn): Detect whether pointer is NULL rather than value is NULL. + (_onreturn::~_onreturn): Detect whether pointer is NULL rather than + value is NULL. (_onreturn::_onreturn): Set h to NULL initially. (_onreturn::no_close_p_handle): Set h to NULL. - (winpids::add): Initialize onreturn with value from p.hProcess immediately. + (winpids::add): Initialize onreturn with value from p.hProcess + immediately. 2005-12-22 Christopher Faylor