CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2011/04/04 15:33:27

Modified files:
        sys/kern       : uipc_mbuf.c 

Log message:
both m_inject() and m_split() reached a point at which they needed
to cleave a single mbuf in twain, but managed to fail in divergent
and horrible ways in doing so in anything resembling a sane manner

introduce m_split_mbuf() and remake the previous into wrappers
around that

pounded by phessler@
ok claudio@

Reply via email to