Date: Sun, 15 Oct 2000 10:57:00 -0700 (PDT) From: Bosko Milekic <bmilekic@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.h Message-ID: <200010151757.KAA28391@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bmilekic 2000/10/15 10:57:00 PDT Modified files: sys/sys mbuf.h Log: Correct check for NULL in MEXT_INIT_REF() which should be checking whether mbuf->m_ext.ref_cnt is NULL, and not whether mbuf is. Also, remove spaces before "mbtypes" in MGET and MGETHDR macros. Pointed out by: dwmalone Revision Changes Path 1.61 +4 -4 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?200010151757.KAA28391>