freebsd-ports/games/gnomoku/files/patch-user.cc
Joe Marcus Clarke e7f2ebc48b Fix build on Alpha.
Submitted by:	beta
2002-11-28 19:12:41 +00:00

11 lines
276 B
C++

--- 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;