Date: Thu, 19 Sep 2002 01:36:49 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: Don Lewis <dl-freebsd@catspoiler.org> Cc: davidxu@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: kernel crash at boot time Message-ID: <Pine.BSF.4.21.0209190136210.10489-100000@InterJet.elischer.org> In-Reply-To: <200209190820.g8J8Jwwr021860@gw.catspoiler.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 19 Sep 2002, Don Lewis wrote:
>
> - if ((m0->m_flags & M_PKTHDR) != 0)
> - return (m0->m_pkthdr.len);
> -
> len = 0;
> for (m = m0; m != NULL; m = m->m_next) {
> len += m->m_len;
>
already done
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0209190136210.10489-100000>
