diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-04-30 12:57:40 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-04-30 12:57:40 +0000 |
| commit | 51da11a27a5288bc4f23fc923004a7fada6a5690 (patch) | |
| tree | 78f25ba6828418e0a4c21039c67b86f39bb61181 /sys/net/if.c | |
| parent | 01b63a10093aa988a8f425f7cff0306ab498b691 (diff) | |
Notes
Diffstat (limited to 'sys/net/if.c')
| -rw-r--r-- | sys/net/if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index 93620c7b4bea..41b72865deac 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -103,7 +103,7 @@ struct ifindex_entry *ifindex_table = NULL; int ifqmaxlen = IFQ_MAXLEN; struct ifnethead ifnet; /* depend on static init XXX */ struct mtx ifnet_lock; -int if_cloners_count; +static int if_cloners_count; LIST_HEAD(, if_clone) if_cloners = LIST_HEAD_INITIALIZER(if_cloners); static int if_indexlim = 8; |
