summaryrefslogtreecommitdiff
blob: a1da63f81147b3cf2a14e57498b2f2fb281c89d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Sources/Network/Socket/ip_address_getsock.h.orig	2003-11-15 17:33:34.075094400 -0500
+++ Sources/Network/Socket/ip_address_getsock.h	2003-11-15 17:33:39.688241072 -0500
@@ -105,7 +105,7 @@
 	unsigned int ip;
 
 	// IP port in host byte order.
-	unsigned short port;
+	unsigned int port;
 };
 
 #endif