# HG changeset patch # User Kim F. Storm # Date 1099307077 0 # Node ID 62a9b3e86b6b578121466278a1176664587bdc84 # Parent 8abbe69dfdb27af09022968806e47bce45bccdad *** empty log message *** diff -r 8abbe69dfdb2 -r 62a9b3e86b6b src/ChangeLog --- a/src/ChangeLog Mon Nov 01 11:04:11 2004 +0000 +++ b/src/ChangeLog Mon Nov 01 11:04:37 2004 +0000 @@ -2,10 +2,10 @@ * process.c (connect_wait_mask, num_pending_connects): Only declare and use them if NON_BLOCKING_CONNECT is defined. + (init_process): Initialize them if NON_BLOCKING_CONNECT 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. 2004-11-01 Andy Petrusenco (tiny change)