cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c

Andre Oppermann andre at FreeBSD.org
Tue Aug 30 20:07:50 GMT 2005


andre       2005-08-30 20:07:49 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              mbuf.h 
    sys/kern             uipc_mbuf.c 
  Log:
  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
  
  Revision  Changes    Path
  1.153     +3 -5      src/sys/kern/uipc_mbuf.c
  1.176     +1 -1      src/sys/sys/mbuf.h


More information about the cvs-src mailing list