diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-29 03:12:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-29 03:12:41 +0800 |
commit | 1f578350766e1ec68b0397df0dd3595d26235ece (patch) | |
tree | edc7154948af3d320391157519469a4d3d23eb6d | |
parent | 457d45686b4f8a84a11854f8f640c2a77da27958 (diff) | |
download | freebsd-ports-gnome-1f578350766e1ec68b0397df0dd3595d26235ece.tar.gz freebsd-ports-gnome-1f578350766e1ec68b0397df0dd3595d26235ece.tar.zst freebsd-ports-gnome-1f578350766e1ec68b0397df0dd3595d26235ece.zip |
Fix build on Alpha.
Submitted by: beta
-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; + |