(svn r1933) typedef socklen_t for BeOS
authortron
Sun, 06 Mar 2005 12:26:38 +0000
changeset 1429 ae1a7e41277b
parent 1428 91f318d6a490
child 1430 68847f67a412
(svn r1933) typedef socklen_t for BeOS
network_core.h
--- a/network_core.h	Sun Mar 06 00:39:38 2005 +0000
+++ b/network_core.h	Sun Mar 06 12:26:38 2005 +0000
@@ -88,6 +88,10 @@
 #	include <netdb.h>
 #endif // UNIX
 
+#ifdef __BEOS__
+typedef int socklen_t;
+#endif
+
 // OS/2 stuff
 #if defined(__OS2__)
 #	define SOCKET int