use static int, not just static
This commit is contained in:
parent
6ea8e66d96
commit
da05df7daf
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: parms.c,v 1.9 1998/02/04 15:06:11 christos Exp $ */
|
/* $NetBSD: parms.c,v 1.10 1998/03/30 02:15:27 mrg Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1983, 1993
|
* Copyright (c) 1983, 1993
|
||||||
@ -37,7 +37,7 @@
|
|||||||
static char sccsid[] = "@(#)if.c 8.1 (Berkeley) 6/5/93";
|
static char sccsid[] = "@(#)if.c 8.1 (Berkeley) 6/5/93";
|
||||||
#elif defined(__NetBSD__)
|
#elif defined(__NetBSD__)
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__RCSID("$NetBSD: parms.c,v 1.9 1998/02/04 15:06:11 christos Exp $");
|
__RCSID("$NetBSD: parms.c,v 1.10 1998/03/30 02:15:27 mrg Exp $");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
@ -55,7 +55,7 @@ struct tgate *tgates;
|
|||||||
void
|
void
|
||||||
get_parms(struct interface *ifp)
|
get_parms(struct interface *ifp)
|
||||||
{
|
{
|
||||||
static warned_auth_in, warned_auth_out;
|
static int warned_auth_in, warned_auth_out;
|
||||||
struct parm *parmp;
|
struct parm *parmp;
|
||||||
int i, num_passwds = 0;
|
int i, num_passwds = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user