CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/14 18:52:08
Modified files:
sys/kern : uipc_mbuf.c
Log message:
we dont need m_copym0 with m_copym as a single wrapper, so merge them.
cos m_copym only does shallow copies, we can make the code do them
unconditionally.
for millert@
