--- Sources/Network/Socket/ip_address_getsock.h.orig 2005-10-25 12:39:25.000000000 +0200 +++ Sources/Network/Socket/ip_address_getsock.h 2006-09-11 15:48:50.000000000 +0200 @@ -112,7 +112,7 @@ private: unsigned int ip; // IP port in host byte order. - unsigned short port; + unsigned int port; }; #endif