]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/kern/uipc_mbuf2.c
xnu-344.tar.gz
[apple/xnu.git] / bsd / kern / uipc_mbuf2.c
index f5056527ee40dc12b0656704c4c8da28f24d4833..02b4f8f4be02e1db96a410b0b21fffd422b44903 100644 (file)
  *     @(#)uipc_mbuf.c 8.4 (Berkeley) 2/14/95
  */
 
-#define PULLDOWN_STAT
-/*#define PULLDOWN_DEBUG*/
 
-#ifdef PULLDOWN_STAT
-#if defined(__NetBSD__) || (defined(__FreeBSD__) && __FreeBSD__ >= 3)
-#include "opt_inet.h"
-#endif
-#endif
+/*#define PULLDOWN_DEBUG*/
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -385,7 +379,7 @@ m_aux_add(m, af, type)
        if (n)
                return n;
 
-       MGET(n, M_DONTWAIT, m->m_type);
+       MGET(n, M_WAIT, m->m_type);
        if (n == NULL)
                return NULL;