# HG changeset patch # User Gerd Moellmann # Date 950361137 0 # Node ID 5fddc840c29cd262a9e3ca43d8ecfa3628744476 # Parent be97ea826e95a53be6c43c89daa4400639c5ea47 (Fopen_network_stream) [POLL_FOR_INPUT]: Register unwind function to undo the effect of stopping atimers. diff -r be97ea826e95 -r 5fddc840c29c src/process.c --- a/src/process.c Sat Feb 12 13:11:29 2000 +0000 +++ b/src/process.c Sat Feb 12 13:12:17 2000 +0000 @@ -1835,6 +1835,7 @@ Some kernels have a bug which causes retrying connect to fail after a connect. Polling can interfere with gethostbyname too. */ #ifdef POLL_FOR_INPUT + record_unwind_protect (unwind_stop_other_atimers, Qnil); bind_polling_period (10); #endif