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");