From owner-freebsd-current Thu Sep 19 1:40:14 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51F6A37B404; Thu, 19 Sep 2002 01:40:10 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 041C743E65; Thu, 19 Sep 2002 01:40:10 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020919084009.JFLI5081.rwcrmhc52.attbi.com@InterJet.elischer.org>; Thu, 19 Sep 2002 08:40:09 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id BAA11635; Thu, 19 Sep 2002 01:36:49 -0700 (PDT) Date: Thu, 19 Sep 2002 01:36:49 -0700 (PDT) From: Julian Elischer To: Don Lewis Cc: davidxu@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: kernel crash at boot time In-Reply-To: <200209190820.g8J8Jwwr021860@gw.catspoiler.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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