From c11f55672d4d497180f2e4a677042c0ea0f1752a Mon Sep 17 00:00:00 2001 From: mrg Date: Sun, 29 Mar 1998 04:50:29 +0000 Subject: change static to static int --- hunt/hunt/hunt.c | 6 +++--- 1 file 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 #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 @@ -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; -- cgit v1.2.3