aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-20 14:03:44 -0700
committerPaul Eggert2011-03-20 14:03:44 -0700
commitdc1ca6a87f1e100a054b0e5eab64da30dc5cad6f (patch)
tree1f159caefd3a26d41a122b1b702de3be2a46c4e4 /src/ChangeLog
parentc184bbfdfd547bbf61e719be92460dcebaed85a3 (diff)
downloademacs-dc1ca6a87f1e100a054b0e5eab64da30dc5cad6f.tar.gz
emacs-dc1ca6a87f1e100a054b0e5eab64da30dc5cad6f.zip
* emacs.c (Fdaemon_initialized): Do not ignore I/O errors.
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