Move M_IOV to reduce dependencies

This commit is contained in:
Sebastian Huber
2012-04-18 17:40:39 +02:00
parent 29c954fa79
commit 41880b2177
2 changed files with 2 additions and 2 deletions

View File

@@ -36,8 +36,6 @@
#include <freebsd/sys/mutex.h>
#include <freebsd/sys/malloc.h>
MALLOC_DEFINE(M_IOV, "iov", "large iov's");
void selrecord(struct thread *selector, struct selinfo *sip)
{
BSD_PANIC("not implemented");

View File

@@ -35,6 +35,8 @@ MALLOC_DEFINE(M_TEMP, "temp", "misc temporary data buffers");
MALLOC_DEFINE(M_IP6OPT, "ip6opt", "IPv6 options");
MALLOC_DEFINE(M_IP6NDP, "ip6ndp", "IPv6 Neighbor Discovery");
MALLOC_DEFINE(M_IOV, "iov", "large iov's");
void
malloc_init(void *data)
{