From owner-svn-src-head@freebsd.org Sun Jun 10 18:43:09 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 6EC571011E77; Sun, 10 Jun 2018 18:43:09 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-it0-x229.google.com (mail-it0-x229.google.com [IPv6:2607:f8b0:4001:c0b::229]) (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 F2C1070C2B; Sun, 10 Jun 2018 18:43:08 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: by mail-it0-x229.google.com with SMTP id 188-v6so7417256ita.5; Sun, 10 Jun 2018 11:43:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=GCGKeM7JKGoPWNp8EJdLgMwMVdWJthUcobkG6vI0HWs=; b=YjmnjBSYFqECM8YEgMlYwcTkh/QawEqtCQcu123PIVmzbR/9ZHWJ4vcJRwqdAgErOF F5LhAjr1SfJdzZkEyJjFI99Chlun/KDSA08d9nLp1fVTDLq0SbZZaKoTzW14hGUwj41T EKdSmX1eLYuC0kndXJnxhKz29CcK9K06tNWDHE1Ho8macsf4SnXyhSn35T/5R15bqu61 CErdYfxoTInOyvi1U8Nvn+2xwpYtMpTNFdkO4oRfG9zYT1q/5d/wJsO6igRUxibhUhCW /cCjLojAE2So6JaFKmxgjU/e0zAlhnPzWJ6pl2T0bn+Oui+T/VuEzxaNT+yJeVc2Oq7o cLsA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=GCGKeM7JKGoPWNp8EJdLgMwMVdWJthUcobkG6vI0HWs=; b=HVL9L8KoboOxRcjjbD3riOrGXaviXBQuXl7V8JYzGsQEDFGRGRe7GsU0vuVwSgavww DRh8m9acpG7BU4LMRK5SHO+B5kWxNVBiHOI7QqaEKgqb5pLuzQTCu8GNT6/Ira7ZSfnG +wIHQspx+pFwzdmyS7w/y5P/gHPFlMz9EcBDxLavcTwdqswNzZQBcT1lMaB9mybugoP5 Q+ZS9j/WxvUCKZLgJ6VbTokjMBYDWmL3b0kYkeoh9e4fWAqZ1XufBrJglWpCjuNCMN50 rTWCJnrzQiZgn0HOlYiG4/Pt0wQoSxRMVD8MxzFvKFb6J2hqlUnzsLew+OB7ScMoNfiI i/8g== X-Gm-Message-State: APt69E0dy2P4Jn9CtjNHaOOkL/gPD/2Z48iu28TXZua0fBeKF3+KbeWF 66bzPRsrPcXFiLAOK9Bk5UdkAPos X-Google-Smtp-Source: ADUXVKKNyqpxa0K4kKNMMVzHz4ertrJGbFBf6vPfkQibAkV/4K24sc29rh+qVZZq685Zrhc0NCHrTg== X-Received: by 2002:a24:470b:: with SMTP id t11-v6mr8548436itb.26.1528656188152; Sun, 10 Jun 2018 11:43:08 -0700 (PDT) Received: from pesky ([75.98.19.133]) by smtp.gmail.com with ESMTPSA id i19-v6sm8874778ioj.2.2018.06.10.11.43.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 10 Jun 2018 11:43:07 -0700 (PDT) Sender: Mark Johnston Date: Sun, 10 Jun 2018 14:43:00 -0400 From: Mark Johnston To: Eitan Adler Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r334929 - in head: . sys/sys Message-ID: <20180610184300.GC24973@pesky> References: <201806101838.w5AIcmxH081341@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201806101838.w5AIcmxH081341@repo.freebsd.org> User-Agent: Mutt/1.10.0 (2018-05-17) 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:43:09 -0000 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? > Deleted: > head/sys/sys/capability.h > Modified: > head/ObsoleteFiles.inc