From owner-cvs-all Wed Apr 3 21:42:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A62D537B421; Wed, 3 Apr 2002 21:42:09 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g345g9P08170; Wed, 3 Apr 2002 21:42:09 -0800 (PST) (envelope-from luigi) Message-Id: <200204040542.g345g9P08170@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 3 Apr 2002 21:42:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net ethernet.h if_ethersubr.c if_vlan.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/04/03 21:42:09 PST Modified files: sys/net ethernet.h if_ethersubr.c if_vlan.c Log: Fix a couple of incorrect m_free() vs. m_freem() usages and related issues. Reviewed-by: brooks Revision Changes Path 1.20 +9 -29 src/sys/net/ethernet.h 1.110 +8 -1 src/sys/net/if_ethersubr.c 1.40 +3 -1 src/sys/net/if_vlan.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message