aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-06-03 19:50:22 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-06-03 19:50:22 +0300
commit10216cc37ad6dd9086aeacca813d3551b7c209ef (patch)
tree8845ecca645a13c836c50218360cc63dc093e225 /io.c
parent3d88a52ad1f67594f8c32c0e8c3f855dde8c6381 (diff)
downloadegawk-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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/io.c b/io.c
index c8b1f9a1..4921c82f 100644
--- a/io.c
+++ b/io.c
@@ -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.