1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-18 20:19:11 +00:00

(svn r1933) typedef socklen_t for BeOS

This commit is contained in:
tron
2005-03-06 12:26:38 +00:00
parent 71906d09b7
commit 4c9b6b44d5

View File

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