From 129579c7661487d1f6aa23c01631e6eddd607f31 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Fri, 23 Mar 2012 13:09:05 -0500 Subject: [PATCH] Add M_IP6... symbols to resolve linker errors using the RealTek Nic. --- rtemsbsd/src/rtems-bsd-malloc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rtemsbsd/src/rtems-bsd-malloc.c b/rtemsbsd/src/rtems-bsd-malloc.c index 12b60830..95b6132e 100644 --- a/rtemsbsd/src/rtems-bsd-malloc.c +++ b/rtemsbsd/src/rtems-bsd-malloc.c @@ -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) {