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