Mercurial > emacs
diff src/ChangeLog @ 109087:a089fae47976
Avoid erroneous syscalls
* process.c (create_process): Avoid using invalid file descriptors.
* callproc.c (child_setup): Avoid closing a file descriptor twice.
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Thu, 01 Jul 2010 01:07:11 +0200 |
parents | 49e082b9ea23 |
children | 05a72c8a402b |
line wrap: on
line diff
--- a/src/ChangeLog Thu Jul 01 01:07:00 2010 +0200 +++ b/src/ChangeLog Thu Jul 01 01:07:11 2010 +0200 @@ -1,3 +1,9 @@ +2010-06-30 Andreas Schwab <schwab@linux-m68k.org> + + * process.c (create_process): Avoid using invalid file descriptors. + + * callproc.c (child_setup): Avoid closing a file descriptor twice. + 2010-06-30 Jan Djärv <jan.h.d@swipnet.se> * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):