#undef m_more
authorBill Joy <root@ucbvax.Berkeley.EDU>
Tue, 22 Dec 1981 03:54:27 +0000 (19:54 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Tue, 22 Dec 1981 03:54:27 +0000 (19:54 -0800)
SCCS-vsn: sys/kern/uipc_mbuf.c 1.24

usr/src/sys/kern/uipc_mbuf.c

index 70c2197..d7cd99d 100644 (file)
@@ -1,4 +1,4 @@
-/*     uipc_mbuf.c     1.23    81/12/20        */
+/*     uipc_mbuf.c     1.24    81/12/21        */
 
 #include "../h/param.h"
 #include "../h/dir.h"
 
 #include "../h/param.h"
 #include "../h/dir.h"
@@ -175,6 +175,7 @@ COUNT(M_MORE);
        }
 #define m_more(x) (panic("m_more"), (struct mbuf *)0)
        MGET(m, type);
        }
 #define m_more(x) (panic("m_more"), (struct mbuf *)0)
        MGET(m, type);
+#undef m_more
        return (m);
 }
 
        return (m);
 }