1
0
Fork 0

(svn r1933) typedef socklen_t for BeOS

release/0.4.5
tron 2005-03-06 12:26:38 +00:00
parent 71906d09b7
commit 4c9b6b44d5
1 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,10 @@ typedef struct ifreq IFREQ;
# include <netdb.h> # include <netdb.h>
#endif // UNIX #endif // UNIX
#ifdef __BEOS__
typedef int socklen_t;
#endif
// OS/2 stuff // OS/2 stuff
#if defined(__OS2__) #if defined(__OS2__)
# define SOCKET int # define SOCKET int