diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-28 19:12:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-28 19:12:41 +0000 |
commit | e7f2ebc48b8b2fb8cd3322ee50756a933b9eba08 (patch) | |
tree | f8af2dde08f13e9191a6c52a838efaddae61de8c /games/gnomoku | |
parent | 0f2064ac797ebc8696e576c0f1de0d08886072c9 (diff) |
Notes
Diffstat (limited to 'games/gnomoku')
-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; + |