aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
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.