summaryrefslogtreecommitdiffstats
path: root/sys/net/if_stf.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2002-01-08 10:30:09 +0000
committermsmith <msmith@FreeBSD.org>2002-01-08 10:30:09 +0000
commite814937e0b8929748ad80c27bda32c1532131084 (patch)
tree87756bbfe1d58c7a73c041518b69b3229c19705f /sys/net/if_stf.c
parentc2a5e58c0143752faa3597ccf673ffaaa480779b (diff)
downloadFreeBSD-src-e814937e0b8929748ad80c27bda32c1532131084.zip
FreeBSD-src-e814937e0b8929748ad80c27bda32c1532131084.tar.gz
Staticise private interface lists.
Diffstat (limited to 'sys/net/if_stf.c')
-rw-r--r--sys/net/if_stf.c2
1 files changed, 1 insertions, 1 deletions
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];
OpenPOWER on IntegriCloud