From e814937e0b8929748ad80c27bda32c1532131084 Mon Sep 17 00:00:00 2001 From: msmith Date: Tue, 8 Jan 2002 10:30:09 +0000 Subject: Staticise private interface lists. --- sys/net/if_stf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/net/if_stf.c') diff --git a/sys/net/if_stf.c b/sys/net/if_stf.c index 41b5a92..b0344ab 100644 --- a/sys/net/if_stf.c +++ b/sys/net/if_stf.c @@ -135,7 +135,7 @@ struct stf_softc { LIST_ENTRY(stf_softc) sc_list; /* all stf's are linked */ }; -LIST_HEAD(, stf_softc) stf_softc_list; +static LIST_HEAD(, stf_softc) stf_softc_list; static MALLOC_DEFINE(M_STF, STFNAME, "6to4 Tunnel Interface"); static struct rman stfunits[1]; -- cgit v1.1