aboutsummaryrefslogtreecommitdiff
path: root/src/usocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/usocket.h')
-rw-r--r--src/usocket.h5
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 */
39typedef int socklen_t;
40#endif
41
42typedef int t_sock; 37typedef int t_sock;
43typedef t_sock *p_sock; 38typedef t_sock *p_sock;
44 39