diff options
| author | Don Lewis <truckman@FreeBSD.org> | 2003-12-15 01:36:54 +0000 |
|---|---|---|
| committer | Don Lewis <truckman@FreeBSD.org> | 2003-12-15 01:36:54 +0000 |
| commit | adb9b459bdbaf204f4402302c7676ff252365a88 (patch) | |
| tree | 657b0d5a1e975b53351dffdbb8b596bba9cd29b6 /sys/netgraph/atm | |
| parent | 458252a742bd4aa4caba0f5d639ae27b47eb2b52 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/atm')
| -rw-r--r-- | sys/netgraph/atm/uni/ng_uni.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netgraph/atm/uni/ng_uni.c b/sys/netgraph/atm/uni/ng_uni.c index c6b61131e146..f823f6025cf2 100644 --- a/sys/netgraph/atm/uni/ng_uni.c +++ b/sys/netgraph/atm/uni/ng_uni.c @@ -800,7 +800,8 @@ static const char *unimem_names[UNIMEM_TYPES] = { static void uni_init(void) { - mtx_init(&nguni_unilist_mtx, "netgraph UNI structure lists", NULL, 0); + mtx_init(&nguni_unilist_mtx, "netgraph UNI structure lists", NULL, + MTX_DEF); } static void |
