From owner-svn-src-head@freebsd.org Mon May 23 22:33:17 2016 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 3D822B479D6; Mon, 23 May 2016 22:33:17 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-oi0-x22f.google.com (mail-oi0-x22f.google.com [IPv6:2607:f8b0:4003:c06::22f]) (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 028271E87; Mon, 23 May 2016 22:33:17 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-oi0-x22f.google.com with SMTP id j1so63389243oih.3; Mon, 23 May 2016 15:33:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=gNOtNrPU8yNJXoEP/yeGx1yCNrVZ+Nn2tSwW1sY2IYI=; b=Y1nMF/TerFluMtFTangDdknsqZxZaWtwlf22H37KeDdCH5Gb5xL1agi6Xrvff+PcEP GFlgp3PFq9g6swVHXp8Vis2XuD6wKlspt/wxPR8L34jhH5lperJTeH2HZPs11dX14BgK iK4eRyqyn+xT7K3/4L/KPbQ7vwzQV+vR61hpVcUFk+vZYGGzU/n46HtPWXuEbuZ5DhkZ 0xvWHb6rKq5A9ND3VT9rXvbXk3yayV9k4A93rkLTKI3oTCzUzczkpXRBvyx/0RwILZq0 G72/Ehfo+C5VBozTdm2uIDmiMrTVJPxrlTkSVd8745scU7fLpAgABlaP3BpywJl9FzVR 6+Uw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=gNOtNrPU8yNJXoEP/yeGx1yCNrVZ+Nn2tSwW1sY2IYI=; b=I+5jtnEt9C+zGB2aQb+VA5jUDXvORLMUiKO8KkzwAn7QmSuwZBdzh8NEpwzLdKKfzY +BW2ud+5ySwIKAGHSOLe4BwObSSTx+SfIBEMgXHx9powgrmxsf2znRjlDlbsU5i4He16 vr5WxUuW4nOQPoi1K9rXkLVETRIdb8APRKa2oZntiTnpDeEs3tasv8TqTDaAjmEtYPFb XUfodkVuVWbSePf4U+pbgagADeVr9zH93dW4FCfhBZkENIJrbLcHeECcktg1MyyEKsxQ BKwC49ZJFzoCeMUnBJEWuG/FaOWkmHPjUh9AMlcJcnV3n0Li5QLDjKvq5mLEntek+2QZ zAvw== X-Gm-Message-State: AOPr4FXpzjmzZdFGNPS6qQN86kredo9HF76FZYZJijoOnv/Xa/EFvgXaDVr522nxh6jMGm4xSiLuLiwhyaNHlg== MIME-Version: 1.0 X-Received: by 10.202.73.72 with SMTP id w69mr10791552oia.176.1464042796464; Mon, 23 May 2016 15:33:16 -0700 (PDT) Sender: asomers@gmail.com Received: by 10.202.4.200 with HTTP; Mon, 23 May 2016 15:33:16 -0700 (PDT) In-Reply-To: <1554849.4hxx0PqhhX@overcee.wemm.org> References: <201605232029.u4NKTIjK072941@repo.freebsd.org> <1554849.4hxx0PqhhX@overcee.wemm.org> Date: Mon, 23 May 2016 16:33:16 -0600 X-Google-Sender-Auth: A1EcGHcuHB08G7tr3RDy2cL8A4M Message-ID: Subject: Re: svn commit: r300539 - in head: . share/man/man3 sys/kern sys/sys tests/sys/sys From: Alan Somers To: Peter Wemm Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 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, 23 May 2016 22:33:17 -0000 On Mon, May 23, 2016 at 4:31 PM, Peter Wemm wrote: > On Monday, May 23, 2016 08:29:18 PM Alan Somers wrote: > > Author: asomers > > Date: Mon May 23 20:29:18 2016 > > New Revision: 300539 > > URL: https://svnweb.freebsd.org/changeset/base/300539 > > > > Log: > > Add bit_count to the bitstring(3) api > > > > (My aplogies, I replied to the wrong commit.) > > > This breaks i386: > > In file included from /usr/src/usr.sbin/apmd/apmd.c:36: > In file included from /usr/obj/usr/src/tmp/usr/include/bitstring.h:34: > /usr/obj/usr/src/tmp/usr/include/sys/bitstring.h:278:13: error: implicit > declaration of function '__bitcountl' is invalid in C99 > [-Werror,-Wimplicit- > function-declaration] > _value += __bitcountl(*_curbitstr & mask); > ... > Oops. I'll fix it.