From owner-svn-src-head@FreeBSD.ORG Mon Jun 6 20:35:23 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DC281065673; Mon, 6 Jun 2011 20:35:23 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 797778FC13; Mon, 6 Jun 2011 20:35:21 +0000 (UTC) Received: by vws18 with SMTP id 18so4348202vws.13 for ; Mon, 06 Jun 2011 13:35:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=SovDlXuZSBefxuBwr+NpD6kocVDiCgxk66mTol8JLXg=; b=edPi5uRrr7C8qIGQE/h093vx5f0QUSILUlnxwgnI52PXYIajfxX+lXz6soHP8AAV/U M5prLeOH2RloqE4ehj3wkWJqgCDh9zK+TbsUjtjkMAqAT4Y9u29WgW3cmMBagqxW/tqt 3UgL94qpsWauaxBHp9FYdRIGBJhK63nvQqT2E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=iPOAka++zUBVGzqehGpdz7MDXTJI66SfYzQbWV9F/QuC8XFrAc0ZGoynBlz1KaYv3l XKOk1oaQJzYRUfMBQk7+k6PyDDn1dPk9DUOb/zdeoI8mVzWqWfEmpS53IpDxQd2qh8ga 9WQRTta22saALIX3GjYW+O8vLzGHfnNEPrhM0= MIME-Version: 1.0 Received: by 10.220.213.195 with SMTP id gx3mr746785vcb.23.1307392521008; Mon, 06 Jun 2011 13:35:21 -0700 (PDT) Received: by 10.220.189.202 with HTTP; Mon, 6 Jun 2011 13:35:20 -0700 (PDT) In-Reply-To: References: <201106060306.p5636hR5008901@svn.freebsd.org> <4DEC9EC1.9070206@FreeBSD.org> <20110606.195348.722786496150655516.hrs@allbsd.org> <20110606140251.GA2089@a91-153-123-205.elisa-laajakaista.fi> Date: Mon, 6 Jun 2011 13:35:20 -0700 Message-ID: From: Garrett Cooper To: Warner Losh Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Jaakko Heinonen , src-committers@freebsd.org, svn-src-all@freebsd.org, Hiroki Sato , dim@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r222732 - in head: sys/netinet usr.sbin/rtadvd usr.sbin/rtsold X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2011 20:35:23 -0000 On Mon, Jun 6, 2011 at 1:21 PM, Warner Losh wrote: > > On Jun 6, 2011, at 8:02 AM, Jaakko Heinonen wrote: > >> On 2011-06-06, Hiroki Sato wrote: >>> di> > -WARNS?=3D =A0 =A0 =A0 1 >>> di> > +WARNS?=3D =A0 =A0 =A0 6 >> >> Shouldn't you just remove the WARNS line because the default for >> usr.sbin/ is 6? > > No, the change should be reverted, since it breaks ARM. ... and ia64. Thanks! -Garrett