aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-03-27 12:47:04 +0300
committerEli Zaretskii2015-03-27 12:47:04 +0300
commit5ba79b03f3ca5f0d9fab833e78517faeb06c4c5f (patch)
tree8a7314f70c795e02bb08a7fcd5fd0b87c16d547f
parentd133cf839421462280ac0bfd9bd84c591f0e0249 (diff)
downloademacs-5ba79b03f3ca5f0d9fab833e78517faeb06c4c5f.tar.gz
emacs-5ba79b03f3ca5f0d9fab833e78517faeb06c4c5f.zip
Fix the bug number of previous commit: should be bug #20159.
-rw-r--r--nt/ChangeLog2
-rw-r--r--src/ChangeLog2
2 files changed, 2 insertions, 2 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index da796810947..b44988f632b 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,7 +1,7 @@
12015-03-27 Eli Zaretskii <eliz@gnu.org> 12015-03-27 Eli Zaretskii <eliz@gnu.org>
2 2
3 * inc/ms-w32.h (BROKEN_NON_BLOCKING_CONNECT): Don't define. 3 * inc/ms-w32.h (BROKEN_NON_BLOCKING_CONNECT): Don't define.
4 (Bug#20207) 4 (Bug#20159)
5 5
62015-03-09 Eli Zaretskii <eliz@gnu.org> 62015-03-09 Eli Zaretskii <eliz@gnu.org>
7 7
diff --git a/src/ChangeLog b/src/ChangeLog
index 67e04f6f41c..c003e4454db 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -12,7 +12,7 @@
12 fd_info member doesn't have its FILE_CONNECT flag set, ignore the 12 fd_info member doesn't have its FILE_CONNECT flag set, ignore the
13 descriptor. Otherwise, acknowledge a successful non-blocking 13 descriptor. Otherwise, acknowledge a successful non-blocking
14 connect by resetting the FILE_CONNECT flag and setting cp->status 14 connect by resetting the FILE_CONNECT flag and setting cp->status
15 to STATUS_READ_ACKNOWLEDGED. (Bug#20207) 15 to STATUS_READ_ACKNOWLEDGED. (Bug#20159)
16 16
17 * w32.h (STATUS_CONNECT_FAILED): New enumeration value. 17 * w32.h (STATUS_CONNECT_FAILED): New enumeration value.
18 (struct _child_process): New member 'errcode'. 18 (struct _child_process): New member 'errcode'.