]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
authormrg <mrg@NetBSD.org>
Tue, 9 May 2006 20:18:05 +0000 (20:18 +0000)
committermrg <mrg@NetBSD.org>
Tue, 9 May 2006 20:18:05 +0000 (20:18 +0000)
socklen_t are different signness.

hunt/hunt/hunt.c
hunt/huntd/answer.c
hunt/huntd/driver.c

index 48e717b74df5b6444791bce6b13070d5ec9fc4eb..e9dd140830d882f3a4d2d11e8a2f26f3cd754829 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: hunt.c,v 1.23 2004/11/05 21:30:32 dsl Exp $    */
+/*     $NetBSD: hunt.c,v 1.24 2006/05/09 20:18:06 mrg Exp $    */
 /*
  * Copyright (c) 1983-2003, Regents of the University of California.
  * All rights reserved.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: hunt.c,v 1.23 2004/11/05 21:30:32 dsl Exp $");
+__RCSID("$NetBSD: hunt.c,v 1.24 2006/05/09 20:18:06 mrg Exp $");
 #endif /* not lint */
 
 # include      <sys/param.h>
@@ -412,7 +412,7 @@ list_drivers()
        u_short                 port_num;
        static SOCKET           test;
        int                     test_socket;
-       int                     namelen;
+       socklen_t               namelen;
        char                    local_name[MAXHOSTNAMELEN + 1];
        static int              initial = TRUE;
        static struct in_addr   local_address;
index 20371629dc4e0f095041cf23fa7470728d4b28d9..0759f75017416a9e01c983be1e0c5673a834ba1e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: answer.c,v 1.7 2004/11/05 21:30:32 dsl Exp $   */
+/*     $NetBSD: answer.c,v 1.8 2006/05/09 20:18:06 mrg Exp $   */
 /*
  * Copyright (c) 1983-2003, Regents of the University of California.
  * All rights reserved.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: answer.c,v 1.7 2004/11/05 21:30:32 dsl Exp $");
+__RCSID("$NetBSD: answer.c,v 1.8 2006/05/09 20:18:06 mrg Exp $");
 #endif /* not lint */
 
 # include      <ctype.h>
@@ -55,7 +55,7 @@ answer()
        static char             name[NAMELEN];
        static char             team;
        static int              enter_status;
-       static int              socklen;
+       static socklen_t        socklen;
        static u_long           machine;
        static u_int32_t        uid;
        static SOCKET           sockstruct;
index 1ca803e85a6aa2774180fe16f0b69766d910db63..9deaa5253d90820af9fc22a08f8944f3d86dbff7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: driver.c,v 1.10 2004/01/27 20:30:29 jsm Exp $  */
+/*     $NetBSD: driver.c,v 1.11 2006/05/09 20:18:06 mrg Exp $  */
 /*
  * Copyright (c) 1983-2003, Regents of the University of California.
  * All rights reserved.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: driver.c,v 1.10 2004/01/27 20:30:29 jsm Exp $");
+__RCSID("$NetBSD: driver.c,v 1.11 2006/05/09 20:18:06 mrg Exp $");
 #endif /* not lint */
 
 # include      <sys/ioctl.h>
@@ -90,7 +90,7 @@ main(ac, av, ep)
 # ifdef INTERNET
        u_short msg;
        short   port_num, reply;
-       int     namelen;
+       socklen_t       namelen;
        SOCKET  test;
 # endif
        static FLAG     first = TRUE;
@@ -261,7 +261,7 @@ init()
 # ifdef        INTERNET
        SOCKET  test_port;
        int     msg;
-       int     len;
+       socklen_t       len;
 # endif
 
 # ifndef DEBUG
@@ -896,7 +896,7 @@ send_stats()
        FILE    *fp;
        int     s;
        SOCKET  sockstruct;
-       int     socklen;
+       socklen_t       socklen;
 
        /*
         * Get the output stream ready