summaryrefslogtreecommitdiffstats
path: root/sys/net/if_sl.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_sl.c
parentc2a5e58c0143752faa3597ccf673ffaaa480779b (diff)
downloadFreeBSD-src-e814937e0b8929748ad80c27bda32c1532131084.zip
FreeBSD-src-e814937e0b8929748ad80c27bda32c1532131084.tar.gz
Staticise private interface lists.
Diffstat (limited to 'sys/net/if_sl.c')
-rw-r--r--sys/net/if_sl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_sl.c b/sys/net/if_sl.c
index 35d67e2..7d3b51d 100644
--- a/sys/net/if_sl.c
+++ b/sys/net/if_sl.c
@@ -165,7 +165,7 @@ static MALLOC_DEFINE(M_SL, "sl", "SLIP Interface");
#define ABT_COUNT 3 /* count of escapes for abort */
#define ABT_WINDOW (ABT_COUNT*2+2) /* in seconds - time to count */
-LIST_HEAD(sl_list, sl_softc) sl_list;
+static LIST_HEAD(sl_list, sl_softc) sl_list;
#define FRAME_END 0xc0 /* Frame End */
#define FRAME_ESCAPE 0xdb /* Frame Esc */
OpenPOWER on IntegriCloud