network_core.h
changeset 1507 18cb39ddddfd
parent 1505 07a27f3cb4f9
child 1687 521050dcd91e
equal deleted inserted replaced
1506:ab7226c26e8f 1507:18cb39ddddfd
   109 #	include <sys/time.h>
   109 #	include <sys/time.h>
   110 #	include <netdb.h>
   110 #	include <netdb.h>
   111 #	include <nerrno.h>
   111 #	include <nerrno.h>
   112 #	define INADDR_NONE 0xffffffff
   112 #	define INADDR_NONE 0xffffffff
   113 
   113 
       
   114 typedef int socklen_t;
   114 typedef unsigned long in_addr_t;
   115 typedef unsigned long in_addr_t;
   115 #endif // OS/2
   116 #endif // OS/2
   116 
   117 
   117 // MorphOS and Amiga stuff
   118 // MorphOS and Amiga stuff
   118 #if defined(__MORPHOS__) || defined(__AMIGA__)
   119 #if defined(__MORPHOS__) || defined(__AMIGA__)