diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 062c635..0573189 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,10 @@ 2003-12-07 Christopher Faylor <cgf@redhat.com> + * spawn.cc (spawn_guts): Change type back to 'int' after erroneous + change below. + +2003-12-07 Christopher Faylor <cgf@redhat.com> + Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, throughout. |