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