From owner-svn-src-head@freebsd.org Mon Nov 30 18:05:03 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A93C6A3D5B6; Mon, 30 Nov 2015 18:05:03 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7315D197F; Mon, 30 Nov 2015 18:05:03 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by iofh3 with SMTP id h3so183263270iof.3; Mon, 30 Nov 2015 10:05:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=uYtM+QCusn0OLuznMJsioWuK27iAO5N4WZXvGj0zo3o=; b=o0MSZzMF7xneXKlI5sWQ1GZx2/4lD6nybi9abTQZvWHVzrkhhRe0hR5JFZyXLA3Dw/ SniugA6BKDBmra05TUY1F8OdKhjFUe2KYrDhNsssDmmBZeB8+yavT/+6UDEwXNUj1I5K MF2WbXdjYmH52IcFoLc8bfIhhP3SJyWYRQhVC/iPU4a7B1ha5gp3beyyMdnuOts0m18Y kWxtdZCrWQt2mV5B220qlSOJdyC8LyfKCCHDq5orJ2b+bcZ25Sq0h3pDFYz4/tw2T48a 9smD34eEipt94bHOKPSCqefoGxSmxEDxjojZyIWqgTM32aZ4+0PihNDkpAd/droMY4L6 5kSA== MIME-Version: 1.0 X-Received: by 10.107.11.147 with SMTP id 19mr56203300iol.165.1448906702872; Mon, 30 Nov 2015 10:05:02 -0800 (PST) Received: by 10.36.217.196 with HTTP; Mon, 30 Nov 2015 10:05:02 -0800 (PST) In-Reply-To: <20151130164121.GF1500@FreeBSD.org> References: <201511301634.tAUGYDtC080197@repo.freebsd.org> <20151130164121.GF1500@FreeBSD.org> Date: Mon, 30 Nov 2015 10:05:02 -0800 Message-ID: Subject: Re: svn commit: r291491 - head/rescue/rescue From: Adrian Chadd To: Glen Barber Cc: Garrett Cooper , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2015 18:05:03 -0000 Thanks! I dunno how I missed this :( -a On 30 November 2015 at 08:41, Glen Barber wrote: > On Mon, Nov 30, 2015 at 04:34:13PM +0000, Garrett Cooper wrote: >> Author: ngie >> Date: Mon Nov 30 16:34:13 2015 >> New Revision: 291491 >> URL: https://svnweb.freebsd.org/changeset/base/291491 >> >> Log: >> Fix the build after ifconfig was converted over to lib80211 in r291470 >> > > Thank you. > > Glen >