From owner-cvs-all Tue Mar 14 12:49:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E69237B76E; Tue, 14 Mar 2000 12:49:32 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA94815; Tue, 14 Mar 2000 12:49:31 -0800 (PST) (envelope-from archie@FreeBSD.org) Message-Id: <200003142049.MAA94815@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 14 Mar 2000 12:49:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/03/14 12:49:30 PST Modified files: sys/sys mbuf.h Log: Have MGETHDR() always initialize m->m_pkthdr.rcvif to NULL. In the past, not doing this has caused several hard to find networking bugs, and the minor slowdown is deemed worthwhile. Reviewed by: wollman Revision Changes Path 1.45 +2 -3 src/sys/sys/mbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message