m_get(0) -> m_get(M_DONTWAIT)
[unix-history] / usr / src / sys / net / raw_usrreq.c
index c870675..0448e16 100644 (file)
@@ -1,4 +1,4 @@
-/*     raw_usrreq.c    4.3     81/12/03        */
+/*     raw_usrreq.c    4.4     82/01/19        */
 
 #include "../h/param.h"
 #include "../h/mbuf.h"
 
 #include "../h/param.h"
 #include "../h/mbuf.h"
@@ -20,7 +20,7 @@ raw_input(m, pf, af)
        struct mbuf *mh;
        int s;
 
        struct mbuf *mh;
        int s;
 
-       mh = m_get(0);
+       mh = m_get(M_DONTWAIT);
        if (mh == 0)
                goto drop;
        mh->m_next = m;
        if (mh == 0)
                goto drop;
        mh->m_next = m;