K 10 svn:author V 5 andre K 8 svn:date V 27 2005-08-30T20:07:49.000000Z K 7 svn:log V 264 o Remove the 'all' flag from m_demote(). Users can simply call it with m_demote(m->m_next) if they wish to start at the second mbuf in chain. o Test m_type with == instead of &. o Check m_nextpkt against NULL instead of implicit 0. Based on feedback from: sam END