]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
change static to static int
authormrg <mrg@NetBSD.org>
Sun, 29 Mar 1998 04:50:29 +0000 (04:50 +0000)
committermrg <mrg@NetBSD.org>
Sun, 29 Mar 1998 04:50:29 +0000 (04:50 +0000)
hunt/hunt/hunt.c

index 08b492bc75f895fbf6fe2e8ae9092272d11630e2..d914132bcc32f7ce0f3c5b545cdb56689c2dc232 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: hunt.c,v 1.4 1997/10/20 00:37:14 lukem Exp $   */
+/*     $NetBSD: hunt.c,v 1.5 1998/03/29 04:50:29 mrg Exp $     */
 /*
  *  Hunt
  *  Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
@@ -7,7 +7,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: hunt.c,v 1.4 1997/10/20 00:37:14 lukem Exp $");
+__RCSID("$NetBSD: hunt.c,v 1.5 1998/03/29 04:50:29 mrg Exp $");
 #endif /* not lint */
 
 # include      <sys/stat.h>
@@ -387,7 +387,7 @@ list_drivers()
        int                     test_socket;
        int                     namelen;
        char                    local_name[256];
-       static                  initial = TRUE;
+       static int              initial = TRUE;
        static struct in_addr   local_address;
        struct hostent          *hp;
        extern int              errno;