From owner-svn-src-all@FreeBSD.ORG Tue Mar 24 16:44:02 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE342106579A; Tue, 24 Mar 2009 16:44:02 +0000 (UTC) (envelope-from vanhu@zeninc.net) Received: from smtp.zeninc.net (smtp.zeninc.net [80.67.176.25]) by mx1.freebsd.org (Postfix) with ESMTP id 70EC38FC21; Tue, 24 Mar 2009 16:44:02 +0000 (UTC) (envelope-from vanhu@zeninc.net) Received: from astro.zen.inc (astro.zen.inc [192.168.1.239]) by smtp.zeninc.net (smtpd) with ESMTP id 7547C2798B8; Tue, 24 Mar 2009 17:28:13 +0100 (CET) Received: by astro.zen.inc (Postfix, from userid 1000) id 9B4E61704C; Tue, 24 Mar 2009 17:31:00 +0100 (CET) Date: Tue, 24 Mar 2009 17:31:00 +0100 From: VANHULLEBUS Yvan To: "Bjoern A. Zeeb" Message-ID: <20090324163100.GA59404@zeninc.net> References: <200903161509.n2GF9lT6063773@svn.freebsd.org> <20090316163648.Q96785@maildrop.int.zabbadoz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090316163648.Q96785@maildrop.int.zabbadoz.net> User-Agent: All mail clients suck. This one just sucks less. Cc: svn-src-head@freebsd.org, "George V. Neville-Neil" , svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r189877 - head/contrib/libpcap X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2009 16:44:07 -0000 On Mon, Mar 16, 2009 at 04:38:56PM +0000, Bjoern A. Zeeb wrote: [...] > If you haven't you should also submit this upstream as OpenBSD can > make use of that as well. (www.tcpdump.org) Done. > All entries (that aren't overlong) are tab separated in in the > linktype_map map[]. It would be nice, to keep the style of the vendor. I noticed the tab at the beginning of the line, but not that one, fixed. Yvan.