--- src/sys/kern/uipc_mbuf.c 2005/12/01 18:40:56 1.54 +++ src/sys/kern/uipc_mbuf.c 2006/02/28 21:20:53 1.54.2.1 @@ -611,7 +611,7 @@ failed: * Deprecated. Use m_getc() and m_cat() instead. */ struct mbuf * -m_getm(struct mbuf *m0, int len, int how, int type) +m_getm(struct mbuf *m0, int len, int type, int how) { struct mbuf *nfirst;