From 3febb302ad28fd25de51cbc686739469b92d8921 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Thu, 27 Nov 2003 00:30:54 +0000 Subject: Killed a few bugs found by Tomas. --- src/usocket.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/usocket.h') diff --git a/src/usocket.h b/src/usocket.h index 85b7caa..b9255cb 100644 --- a/src/usocket.h +++ b/src/usocket.h @@ -34,11 +34,6 @@ /* TCP options (nagle algorithm disable) */ #include -#ifdef __APPLE__ -/* for some reason socklen_t is not defined in Mac Os X */ -typedef int socklen_t; -#endif - typedef int t_sock; typedef t_sock *p_sock; -- cgit v1.2.3-55-g6feb