Date: Thu, 15 Aug 2002 10:16:27 -0400 From: Bosko Milekic <bmilekic@unixdaemons.com> To: Bosko Milekic <bmilekic@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_mbuf.c src/sys/sys mbuf.h Message-ID: <20020815101627.A8359@unixdaemons.com> In-Reply-To: <200208151409.g7FE9Hf8039349@freefall.freebsd.org>; from bmilekic@FreeBSD.org on Thu, Aug 15, 2002 at 07:09:17AM -0700 References: <200208151409.g7FE9Hf8039349@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 15, 2002 at 07:09:17AM -0700, Bosko Milekic wrote: > 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) Sorry, Sam, for initially looking at the wrong argument (I was considering 'm_type' instead of 'm_flags' initially, and m_type can remain a short for a long time). Anyway, I hope this is what you wanted. Thanks. > Revision Changes Path > 1.30 +1 -1 src/sys/kern/subr_mbuf.c > 1.100 +2 -2 src/sys/sys/mbuf.h > -- Bosko Milekic * bmilekic@unixdaemons.com * bmilekic@FreeBSD.org 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?20020815101627.A8359>