--- src/sys/kern/uipc_mbuf2.c 2006/12/23 00:35:04 1.13 +++ src/sys/kern/uipc_mbuf2.c 2006/12/23 23:47:54 1.14 @@ -92,10 +92,7 @@ static struct mbuf *m_dup1 (struct mbuf * XXX M_TRAILINGSPACE/M_LEADINGSPACE on shared cluster (sharedcluster) */ struct mbuf * -m_pulldown(m, off, len, offp) - struct mbuf *m; - int off, len; - int *offp; +m_pulldown(struct mbuf *m, int off, int len, int *offp) { struct mbuf *n, *o; int hlen, tlen, olen; @@ -242,11 +239,7 @@ ok: } static struct mbuf * -m_dup1(m, off, len, wait) - struct mbuf *m; - int off; - int len; - int wait; +m_dup1(struct mbuf *m, int off, int len, int wait) { struct mbuf *n;