From owner-svn-src-head@freebsd.org Sun Jun 10 18:53:36 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F82A101343F; Sun, 10 Jun 2018 18:53:36 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it0-x242.google.com (mail-it0-x242.google.com [IPv6:2607:f8b0:4001:c0b::242]) (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 CB1D47138F; Sun, 10 Jun 2018 18:53:35 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it0-x242.google.com with SMTP id a195-v6so7934026itd.3; Sun, 10 Jun 2018 11:53:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=SIE7jLZ1gaf9cum/1i9O/oKijIDJWBAYZQdLOTdPptk=; b=YMRtmRzhEPR0+Jf3jtUAiZlxlbJCRaENqi28ptv3V4AWZYd2p927wOaM08VsXghIzx BXr/R4GVMfWLIKuCUHvEpAzB8W3g1J5Xhq5yJK5Z2hGGccnPOIRM1tSdI/+5/TWLmNwF yHcSeuf3oTUXQ5gD4gnQ3buiKFj8cIlyMWf1VDPJL3EoN5K+mwP4rQ1LQ/OUmdcMFHZH f+yryUhtKk67taWjZ9UV1qa7ans/y8/1EKhNfGPzHLZoRTYhyQ2r3sWzxF4pJZtiW6of l3psk7uYpf2E/0BP9WC1q150Ch1QKHp/BqpKtenRsaJd9RfmEranu3vMo6ndnU2kX4Av XCvA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=SIE7jLZ1gaf9cum/1i9O/oKijIDJWBAYZQdLOTdPptk=; b=bBveLyB+7n3xAhrvPS7R1jk86FWhir9GJP8WCegwSJpkDwSJTKCMKJUbg596ODfZFl rH8ZyTPuhsgz1spbSPOgbtwFIgaMMyZhxW8gvVyTXRlnS+vrfkpBgtE4WLfZlmIapp7/ EQzIROZ5tt4ja5vPvAkb2LGablrreJ/OLeGoFhtfU1mM38I2mrbDGON55SzmiSFQCoAX kbsjkAalaazogoufZlEqWsn0zo7Vcd7GYhfq8tqGa+A+7r5dyn6fGcQYeTtp0FGHl27T mUIu20qID5IdSl7880TTqLpVtSPTJWJTSKszkCG3URHPUvd0pTVdAwZg73FzA5mFKKfN FwAQ== X-Gm-Message-State: APt69E0DMGtyLaduOz9vwOT8p36hg2GVuUBD1wGUiSSv7S3XYOBK/sZm gy0tZxd4HRZwhJLx3XfsSDbB5u4c61yhFCD+vtE= X-Google-Smtp-Source: ADUXVKJ1M5YQoVKO5DK1hm1qzt2zbOTL+3sQvR2PfaKCJuufbqjh4X6EtqsYoH3iFUznrlLgY+XUhKFSD9kMfUuAMVc= X-Received: by 2002:a24:af55:: with SMTP id l21-v6mr4400415iti.55.1528656814946; Sun, 10 Jun 2018 11:53:34 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 2002:a02:384a:0:0:0:0:0 with HTTP; Sun, 10 Jun 2018 11:53:34 -0700 (PDT) In-Reply-To: <20180610184300.GC24973@pesky> References: <201806101838.w5AIcmxH081341@repo.freebsd.org> <20180610184300.GC24973@pesky> From: Antoine Brodin Date: Sun, 10 Jun 2018 20:53:34 +0200 X-Google-Sender-Auth: q4hVroXsgOb8C7HDvJcHJoFgiWM Message-ID: Subject: Re: svn commit: r334929 - in head: . sys/sys To: Eitan Adler Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org, Mark Johnston Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 10 Jun 2018 18:53:36 -0000 On Sun, Jun 10, 2018 at 8:43 PM, Mark Johnston wrote: > On Sun, Jun 10, 2018 at 06:38:48PM +0000, Eitan Adler wrote: >> Author: eadler >> Date: Sun Jun 10 18:38:48 2018 >> New Revision: 334929 >> URL: https://svnweb.freebsd.org/changeset/base/334929 >> >> Log: >> include: remove sys/capability.h >> >> This file has only generated a warning for the last 18 months. Its >> existence at this point only serves to confuse software looking for >> POSIX.1e capabilities and produce actionless warnings. > > Don't you need an exp-run to make this claim? Yes, please revert. Cheers, Antoine (with hat: portmgr) > >> Deleted: >> head/sys/sys/capability.h >> Modified: >> head/ObsoleteFiles.inc >