diff options
Diffstat (limited to 'games/gnomoku/files/patch-user.cc')
-rw-r--r-- | games/gnomoku/files/patch-user.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/gnomoku/files/patch-user.cc b/games/gnomoku/files/patch-user.cc deleted file mode 100644 index 487e4b3616f5..000000000000 --- a/games/gnomoku/files/patch-user.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- user.cc.orig Thu Nov 28 14:12:38 2002 -+++ user.cc Thu Nov 28 14:12:54 2002 -@@ -67,7 +67,7 @@ - int User::init() - { - struct sockaddr_in addr; -- size_t size; -+ socklen_t size; - struct hostent *host; - int sockn; - |