aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-03-20 16:56:23 -0700
committerPaul Eggert2011-03-20 16:56:23 -0700
commit699979fc4c93ec11005da00e983af08078831e44 (patch)
tree7caec5d5af579e4a152686514d6d3115da19f832 /src
parentdc1ca6a87f1e100a054b0e5eab64da30dc5cad6f (diff)
downloademacs-699979fc4c93ec11005da00e983af08078831e44.tar.gz
emacs-699979fc4c93ec11005da00e983af08078831e44.zip
Add Bug#.
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.