-/* $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
#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>
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;