aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0b2a0d44c5f..82213687708 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-03-20 Paul Eggert <eggert@cs.ucla.edu> 12011-03-20 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * emacs.c (Fdaemon_initialized): Do not ignore I/O errors.
4
3 * process.c (Fmake_network_process): Use socklen_t, not int, 5 * process.c (Fmake_network_process): Use socklen_t, not int,
4 where POSIX says socklen_t is required in portable programs. 6 where POSIX says socklen_t is required in portable programs.
5 This fixes a porting bug on hosts like 64-bit HP-UX, where 7 This fixes a porting bug on hosts like 64-bit HP-UX, where