From owner-cvs-src@FreeBSD.ORG Wed Mar 31 06:32:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 173E616A4CE; Wed, 31 Mar 2004 06:32:14 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEC5343D2F; Wed, 31 Mar 2004 06:32:13 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 0125265218; Wed, 31 Mar 2004 15:32:13 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 49813-01-2; Wed, 31 Mar 2004 15:32:12 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 8B8676520E; Wed, 31 Mar 2004 15:32:12 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id D01C4612C; Wed, 31 Mar 2004 15:32:11 +0100 (BST) Date: Wed, 31 Mar 2004 15:32:11 +0100 From: Bruce M Simpson To: src-committers@FreeBSD.org Message-ID: <20040331143211.GF12038@empiric.dek.spc.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200403311422.i2VEMD5a088977@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403311422.i2VEMD5a088977@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net bpf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2004 14:32:14 -0000 On Wed, Mar 31, 2004 at 06:22:13AM -0800, Bruce M Simpson wrote: > Log: > Add more DLT types required by libpcap 0.8.3. > Maintain numeric sort order. This should fix -CURRENT builds with respect to the updated libpcap. I'll aim to get the tcpdump merge finished ASAP. BMS