aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 82213687708..c97331a78e5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,6 @@
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. 3 * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303).
4 4
5 * process.c (Fmake_network_process): Use socklen_t, not int, 5 * process.c (Fmake_network_process): Use socklen_t, not int,
6 where POSIX says socklen_t is required in portable programs. 6 where POSIX says socklen_t is required in portable programs.