diff options
Diffstat (limited to 'games-mud/crystal/files/crystal-0.2.2-64bit.patch')
-rw-r--r-- | games-mud/crystal/files/crystal-0.2.2-64bit.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-mud/crystal/files/crystal-0.2.2-64bit.patch b/games-mud/crystal/files/crystal-0.2.2-64bit.patch deleted file mode 100644 index 0d82356b7c24..000000000000 --- a/games-mud/crystal/files/crystal-0.2.2-64bit.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Socket.cc -+++ Socket.cc -@@ -212,7 +212,7 @@ - int Socket::read(char *data, int size) { - if (pending) { - int opt = 0; -- size_t osz = sizeof(int); -+ socklen_t osz = sizeof(int); - getsockopt(fd, SOL_SOCKET, SO_ERROR, &opt, &osz); - pending = 0; - if (opt != 0) |