diff options
Diffstat (limited to 'dev-games/clanlib/files/0.7.6-port.patch')
-rw-r--r-- | dev-games/clanlib/files/0.7.6-port.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-games/clanlib/files/0.7.6-port.patch b/dev-games/clanlib/files/0.7.6-port.patch new file mode 100644 index 000000000000..a1da63f81147 --- /dev/null +++ b/dev-games/clanlib/files/0.7.6-port.patch @@ -0,0 +1,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 |