summaryrefslogtreecommitdiffstats
path: root/hunt
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>1998-03-29 04:50:29 +0000
committermrg <mrg@NetBSD.org>1998-03-29 04:50:29 +0000
commitc11f55672d4d497180f2e4a677042c0ea0f1752a (patch)
treee0afaaeff78cbab6d71d363cf80edee9cb96c6b5 /hunt
parent8e21e59afd48c51275d64af20b908bd4bc37c05f (diff)
downloadbsdgames-darwin-c11f55672d4d497180f2e4a677042c0ea0f1752a.tar.gz
bsdgames-darwin-c11f55672d4d497180f2e4a677042c0ea0f1752a.tar.zst
bsdgames-darwin-c11f55672d4d497180f2e4a677042c0ea0f1752a.zip
change static to static int
Diffstat (limited to 'hunt')
-rw-r--r--hunt/hunt/hunt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hunt/hunt/hunt.c b/hunt/hunt/hunt.c
index 08b492bc..d914132b 100644
--- a/hunt/hunt/hunt.c
+++ b/hunt/hunt/hunt.c
@@ -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;