From owner-freebsd-current@freebsd.org Thu Jul 21 19:50:54 2016 Return-Path: Delivered-To: freebsd-current@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 D4F14BA14B9 for ; Thu, 21 Jul 2016 19:50:54 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A5AFF13D1 for ; Thu, 21 Jul 2016 19:50:54 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding:content-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:subject:subject; s=201508; t= 1469130649; bh=LH99jxi3ju2ueAQghRULgpOrSYt0CY3PfRUizJaP0Ts=; b=N wN9MB/np2mmbSys+6AOTCShfNlWuSfQpYbrmBO5+MpOsyfS/iW67hID0qGGqGEXq z9QqT2rcNxJFChSEht9Q7sLL5+NHWzJTPvbDCx0P8lwFy2m+X1Kc7m4qtYyvgASp kWV5+fb369sMUb0pja2qQb4VwlM2AajUqiGmSSZidk= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id 4A2D41C589; Thu, 21 Jul 2016 15:50:49 -0400 (EDT) Subject: Re: Who broke world and how to fix? To: kargl@uw.edu, freebsd-current@freebsd.org References: <20160721183235.GA48770@troutmask.apl.washington.edu> From: Michael Butler Message-ID: <05f9555f-45af-b44e-2f3b-d2f9dc80f0c3@protected-networks.net> Date: Thu, 21 Jul 2016 15:50:48 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160721183235.GA48770@troutmask.apl.washington.edu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 19:50:54 -0000 On 07/21/16 14:32, Steve Kargl wrote: > Updating uname -a > FreeBSD 11.0-ALPHA5 FreeBSD 11.0-ALPHA5 > #3 r302248: Tue Jun 28 10:11:31 PDT 2016 > data/obj/usr/src/sys/SPEW amd64 > > to top-of-tree > > ===> lib/libsbuf (obj,all,install) > cc -O2 -pipe -MD -MF.depend.subr_prf.o -MTsubr_prf.o -std=gnu99 \ > -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k \ > -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes \ > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch \ > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline \ > -Wnested-externs -Wredundant-decls -Wold-style-definition \ > -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety \ > -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable \ > -Qunused-arguments -c /usr/src/lib/libsbuf/../../sys/kern/subr_prf.c \ > -o subr_prf.o > /usr/src/lib/libsbuf/../../sys/kern/subr_prf.c:1209:7: error: implicit > declaration of function 'atomic_cmpset_int' is invalid in C99 > [-Werror,-Wimplicit-function-declaration] > if (atomic_cmpset_int(counter, c, c - 1)) { > ^ > It's fixed at and after SVN r303155, imb