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/netinet/ip_encap.c | |
| parent | 9dc2f0df89ef0a9f8f2edab0ce3edfca3d510b6d (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_encap.c')
| -rw-r--r-- | sys/netinet/ip_encap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_encap.c b/sys/netinet/ip_encap.c index efe0ccee6523..c1edfc515327 100644 --- a/sys/netinet/ip_encap.c +++ b/sys/netinet/ip_encap.c @@ -91,7 +91,7 @@ #include <sys/kernel.h> #include <sys/malloc.h> -static MALLOC_DEFINE(M_NETADDR, "Export Host", "Export host address structure"); +static MALLOC_DEFINE(M_NETADDR, "encap_export_host", "Export host address structure"); static void encap_add(struct encaptab *); static int mask_match(const struct encaptab *, const struct sockaddr *, |
