diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-06-03 19:50:22 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-06-03 19:50:22 +0300 |
commit | 10216cc37ad6dd9086aeacca813d3551b7c209ef (patch) | |
tree | 8845ecca645a13c836c50218360cc63dc093e225 /io.c | |
parent | 3d88a52ad1f67594f8c32c0e8c3f855dde8c6381 (diff) | |
download | egawk-10216cc37ad6dd9086aeacca813d3551b7c209ef.tar.gz egawk-10216cc37ad6dd9086aeacca813d3551b7c209ef.tar.bz2 egawk-10216cc37ad6dd9086aeacca813d3551b7c209ef.zip |
Minor cleanups for init_socket function.
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -294,10 +294,9 @@ init_io() { long tmout; -#ifdef HAVE_SOCKETS /* Only MinGW has a non-trivial implementation of this. */ init_sockets(); -#endif + /* * N.B.: all these hacks are to minimize the effect * on programs that do not care about timeout. |