diff options
Diffstat (limited to 'doio.c')
-rw-r--r-- | doio.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -51,11 +51,6 @@ #include <signal.h> #endif -/* XXX If this causes problems, set i_unistd=undef in the hint file. */ -#ifdef I_UNISTD -# include <unistd.h> -#endif - #ifdef SOCKS_64BIT_BUG typedef struct __s64_iobuffer { struct __s64_iobuffer *next, *last; /* Queue pointer */ |