From owner-svn-src-head@freebsd.org Sun Jun 10 19:19:28 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 C63EB10176F0 for ; Sun, 10 Jun 2018 19:19:28 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 74DAC72F8A for ; Sun, 10 Jun 2018 19:19:28 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: from mail-yw0-f178.google.com (mail-yw0-f178.google.com [209.85.161.178]) (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)) (Authenticated sender: eadler) by smtp.freebsd.org (Postfix) with ESMTPSA id 42BE9CA73 for ; Sun, 10 Jun 2018 19:19:28 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: by mail-yw0-f178.google.com with SMTP id v131-v6so5683163ywg.2 for ; Sun, 10 Jun 2018 12:19:28 -0700 (PDT) X-Gm-Message-State: APt69E0+nifUOR/mS+wWeoMswsmKU8srJCTuzShhr3T/bmgOWZhmlgWG D+Lphr8VB4EusaQfEJ/rsdNYEhY33ncUS/52VuQV1w== X-Google-Smtp-Source: ADUXVKK94KIcd7Pz8ov2LldWaYTLA5YHkHKfcSp/57oi5MD9mVZuVdoOPfj7ssjH/hnVeoNtyapgaZNVog2guV2tPYk= X-Received: by 2002:a81:3e16:: with SMTP id l22-v6mr8338262ywa.37.1528658367677; Sun, 10 Jun 2018 12:19:27 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:ef50:0:0:0:0:0 with HTTP; Sun, 10 Jun 2018 12:18:57 -0700 (PDT) In-Reply-To: References: <201806101838.w5AIcmxH081341@repo.freebsd.org> <20180610184300.GC24973@pesky> From: Eitan Adler Date: Sun, 10 Jun 2018 12:18:57 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r334929 - in head: . sys/sys To: Antoine Brodin 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 19:19:29 -0000 On 10 June 2018 at 11:53, Antoine Brodin wrote: > 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? ... Reverted and exp-run request in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228878 -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams