From 251640060bca1b17a98d3b09442605412e1e2ca2 Mon Sep 17 00:00:00 2001 From: brendan Date: Tue, 21 Jan 2003 06:45:43 +0000 Subject: [PATCH] We weren't actually using poll at all, we were just including the header. For portability, remove the header and the check in configure.in svn path=/trunk/net/; revision=4283 --- net/sock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/sock.c b/net/sock.c index d9b6453..ab5dbec 100644 --- a/net/sock.c +++ b/net/sock.c @@ -36,7 +36,6 @@ #include #include #include -#include #else #include #define vsnprintf _vsnprintf