Clean up osiSocklen_t typedef.

This commit is contained in:
W. Eric Norum
2005-06-21 15:44:32 +00:00
parent ec22708773
commit 795a1b91eb

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)