Use OS-supplied socklent_t.

This commit is contained in:
W. Eric Norum
2005-06-28 20:34:12 +00:00
parent 795a1b91eb
commit eb4dd20921

View File

@@ -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)<FD_SETSIZE)