diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2005-10-31 15:41:29 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2005-10-31 15:41:29 +0000 |
| commit | 5bb84bc84b1d1f978dd93aa02acef9936e79abc0 (patch) | |
| tree | fe71f10c01688ab52e9bffd17c7d2ebd7d2c09b4 /sys/netgraph/atm | |
| parent | 9dc2f0df89ef0a9f8f2edab0ce3edfca3d510b6d (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/atm')
| -rw-r--r-- | sys/netgraph/atm/uni/ng_uni.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/atm/uni/ng_uni.c b/sys/netgraph/atm/uni/ng_uni.c index 4cf6353323787..92b4ef71c6862 100644 --- a/sys/netgraph/atm/uni/ng_uni.c +++ b/sys/netgraph/atm/uni/ng_uni.c @@ -60,8 +60,8 @@ __FBSDID("$FreeBSD$"); #include <netgraph/atm/ng_sscfu.h> #include <netgraph/atm/ng_uni.h> -MALLOC_DEFINE(M_NG_UNI, "netgraph_uni", "netgraph uni node"); -MALLOC_DEFINE(M_UNI, "netgraph uni", "uni protocol data"); +MALLOC_DEFINE(M_NG_UNI, "netgraph_uni_node", "netgraph uni node"); +MALLOC_DEFINE(M_UNI, "netgraph_uni_data", "uni protocol data"); MODULE_DEPEND(ng_uni, ngatmbase, 1, 1, 1); |
