summaryrefslogtreecommitdiff
path: root/games/gnomoku
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-28 19:12:41 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-28 19:12:41 +0000
commite7f2ebc48b8b2fb8cd3322ee50756a933b9eba08 (patch)
treef8af2dde08f13e9191a6c52a838efaddae61de8c /games/gnomoku
parentFix Build on -CURRENT (diff)
Fix build on Alpha.
Submitted by: beta
Notes
Notes: svn path=/head/; revision=71221
Diffstat (limited to 'games/gnomoku')
-rw-r--r--games/gnomoku/files/patch-user.cc11
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;
+