aboutsummaryrefslogtreecommitdiffstats
path: root/games/gnomoku/files/patch-user.cc
blob: 487e4b3616f501e8e4245a6d988765c51303f2a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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;