diff options
Diffstat (limited to 'src/usocket.h')
-rw-r--r-- | src/usocket.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ | |||
34 | /* TCP options (nagle algorithm disable) */ | 34 | /* TCP options (nagle algorithm disable) */ |
35 | #include <netinet/tcp.h> | 35 | #include <netinet/tcp.h> |
36 | 36 | ||
37 | #ifdef __APPLE__ | ||
38 | /* for some reason socklen_t is not defined in Mac Os X */ | ||
39 | typedef int socklen_t; | ||
40 | #endif | ||
41 | |||
42 | typedef int t_sock; | 37 | typedef int t_sock; |
43 | typedef t_sock *p_sock; | 38 | typedef t_sock *p_sock; |
44 | 39 | ||