CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/10 19:01:15
Modified files:
sys/kern : uipc_mbuf.c uipc_mbuf2.c
share/man/man9 : mbuf.9 mbuf_tags.9
Log message:
return ENOBUFS on failure from m_defrag and m_tag_copy_chain.
m_foo functions that return errors are now consistent as far as i can tell.
ok bluhm@
