From eb4dd2092189ae5a39b9fcdb1b0cb42e8d450faa Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 28 Jun 2005 20:34:12 +0000 Subject: [PATCH] Use OS-supplied socklent_t. --- src/libCom/osi/os/Darwin/osdSock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/osi/os/Darwin/osdSock.h b/src/libCom/osi/os/Darwin/osdSock.h index f50f73030..0c9ef55a1 100644 --- a/src/libCom/osi/os/Darwin/osdSock.h +++ b/src/libCom/osi/os/Darwin/osdSock.h @@ -43,7 +43,7 @@ typedef int SOCKET; #define SOCKERRNO errno #define socket_ioctl(A,B,C) ioctl(A,B,C) typedef int osiSockIoctl_t; -typedef int osiSocklen_t; +typedef socklen_t osiSocklen_t; #define FD_IN_FDSET(FD) ((FD)