Add M_IP6... symbols to resolve linker errors using the RealTek Nic.

This commit is contained in:
Jennifer Averett
2012-03-23 13:09:05 -05:00
parent cb087c6c57
commit 129579c766

View File

@@ -32,6 +32,9 @@ MALLOC_DEFINE(M_DEVBUF, "devbuf", "device driver memory");
MALLOC_DEFINE(M_TEMP, "temp", "misc temporary data buffers");
MALLOC_DEFINE(M_IP6OPT, "ip6opt", "IPv6 options");
MALLOC_DEFINE(M_IP6NDP, "ip6ndp", "IPv6 Neighbor Discovery");
void
malloc_init(void *data)
{