K 10 svn:author V 6 archie K 8 svn:date V 27 2000-09-23T23:22:27.000000Z K 7 svn:log V 261 Use m_dup() instead of m_copypacket() for the time being. Not all of the code in the kernel properly checks for read-onlyness before writing into an mbuf data area. When that code is fixed, the m_dup() can go back to being m_copypacket(). Requested by: nsayer END