Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2002 07:09:17 -0700 (PDT)
From:      Bosko Milekic <bmilekic@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_mbuf.c src/sys/sys mbuf.h
Message-ID:  <200208151409.g7FE9Hf8039349@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bmilekic    2002/08/15 07:09:17 PDT

  Modified files:
    sys/kern             subr_mbuf.c 
    sys/sys              mbuf.h 
  Log:
  Make m_flags an int instead of a short, this is consistent with the
  type of the 'flags' argument m_getcl() was using anyway; m_extadd()
  needed to be changed to accept an int instead of a short for 'flags.'
  This makes things more consistent and also gives us more bits to
  use for m_flags in the future (we have almost run out).
  
  Requested by: sam (Sam Leffler)
  
  Revision  Changes    Path
  1.30      +1 -1      src/sys/kern/subr_mbuf.c
  1.100     +2 -2      src/sys/sys/mbuf.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208151409.g7FE9Hf8039349>