hmm, this tells me something
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Fri, 6 Sep 1985 06:30:50 +0000 (22:30 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Fri, 6 Sep 1985 06:30:50 +0000 (22:30 -0800)
SCCS-vsn: sys/kern/uipc_mbuf.c 6.7

usr/src/sys/kern/uipc_mbuf.c

index 691e346..1c4331d 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)uipc_mbuf.c 6.6 (Berkeley) %G%
+ *     @(#)uipc_mbuf.c 6.7 (Berkeley) %G%
  */
 
 #include "../machine/pte.h"
  */
 
 #include "../machine/pte.h"
@@ -164,7 +164,7 @@ m_more(canwait, type)
        while (m_expand(canwait) == 0) {
                if (canwait == M_WAIT) {
                        m_want++;
        while (m_expand(canwait) == 0) {
                if (canwait == M_WAIT) {
                        m_want++;
-                       sleep((caddr_t)mfree, PZERO - 1);
+                       sleep((caddr_t)&mfree, PZERO - 1);
                } else {
                        mbstat.m_drops++;
                        return (NULL);
                } else {
                        mbstat.m_drops++;
                        return (NULL);