aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2004-11-01 11:04:37 +0000
committerKim F. Storm2004-11-01 11:04:37 +0000
commitbad49fc7c2a55bd614979cf0e9c59b396ac2beb7 (patch)
tree354b8949028a4ff9789a3ad52abe706c671cdb75 /src/ChangeLog
parentf6749d5d75ab07f8e63781ee396c1a89d8bd4305 (diff)
downloademacs-bad49fc7c2a55bd614979cf0e9c59b396ac2beb7.tar.gz
emacs-bad49fc7c2a55bd614979cf0e9c59b396ac2beb7.zip
(connect_wait_mask, num_pending_connects): Only
declare and use them if NON_BLOCKING_CONNECT is defined. (IF_NON_BLOCKING_CONNECT): New helper macro. (wait_reading_process_output): Only declare and use local vars Connecting and check_connect when NON_BLOCKING_CONNECT is defined. (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 354746d242a..527b16382da 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,10 +2,10 @@
2 2
3 * process.c (connect_wait_mask, num_pending_connects): Only 3 * process.c (connect_wait_mask, num_pending_connects): Only
4 declare and use them if NON_BLOCKING_CONNECT is defined. 4 declare and use them if NON_BLOCKING_CONNECT is defined.
5 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
5 (IF_NON_BLOCKING_CONNECT): New helper macro. 6 (IF_NON_BLOCKING_CONNECT): New helper macro.
6 (wait_reading_process_output): Only declare and use local vars 7 (wait_reading_process_output): Only declare and use local vars
7 Connecting and check_connect when NON_BLOCKING_CONNECT is defined. 8 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
8 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
9 9
102004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change) 102004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
11 11