From owner-freebsd-arch@FreeBSD.ORG Wed Aug 13 16:17:28 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17C841DB; Wed, 13 Aug 2014 16:17:28 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBA252B86; Wed, 13 Aug 2014 16:17:27 +0000 (UTC) Received: from [192.168.200.205] (c-50-131-5-126.hsd1.ca.comcast.net [50.131.5.126]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id C0EE4193892; Wed, 13 Aug 2014 16:17:20 +0000 (UTC) Subject: Re: [rfc] make libbsdstat consumers work again From: Sean Bruno Reply-To: sbruno@freebsd.org To: Adrian Chadd In-Reply-To: References: Content-Type: text/plain; charset="us-ascii" Date: Wed, 13 Aug 2014 09:17:18 -0700 Message-ID: <1407946638.1121.27.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Baptiste Daroussin , "freebsd-arch@freebsd.org" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2014 16:17:28 -0000 On Tue, 2014-08-12 at 23:34 -0700, Adrian Chadd wrote: > Hi! > > I hacked up something to make the libbsdstat consumers work. > > http://people.freebsd.org/~adrian/ath/20140812-bsdstat-1.diff > > How's that look? > > > -a Looks correct to me. Fixes wifi build errors that I've reported for mips. And builds here. sean