aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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