From owner-svn-src-head@FreeBSD.ORG Mon Mar 17 01:49:28 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CBB18137 for ; Mon, 17 Mar 2014 01:49:28 +0000 (UTC) Received: from mail-qc0-x22b.google.com (mail-qc0-x22b.google.com [IPv6:2607:f8b0:400d:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 860BBCF9 for ; Mon, 17 Mar 2014 01:49:28 +0000 (UTC) Received: by mail-qc0-f171.google.com with SMTP id x13so5321507qcv.30 for ; Sun, 16 Mar 2014 18:49:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=ISPp4jEX71K+OKo5s6eFe0rXV+/u180KbZ157yh/LB0=; b=AAj5Vj5zsgYhElFOxKW7uvPNjkIt9t3wUtZqRjBxcDjTZUkZW0qwCu0Y1KOgyWBcMY GBAtImE5PgX94Vraz2v2fKVJHVqBIJsJtILxsvDiIdUEhqoQ/+y8gdSwiQ2uvoF3lOvQ v1np1atwezkO8tUKR5PJDW//jkQdnWs3D8mZ4= 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:from :date:message-id:subject:to:cc:content-type; bh=ISPp4jEX71K+OKo5s6eFe0rXV+/u180KbZ157yh/LB0=; b=mEVUBDWpaU4wdX6HasZUJ2g5O5Nf2bzzHTB49eVSWO6v54yXiajBPdsgiKSyMptVZa 1OIMeO6662eNM7bNhZZtqw9c/A5/JPkfn8dn2DGi8o5y4oWOpq7BMcuedB+xmADm5JLz 5Dgx9bkmqQF2G3dswIvMBcwYmWXWLAS9Dti6+9gBIUyc8CIW0c5dyaC9TgT0EDLcpVWN c+AbuaNIH8He1WyOXpGupeFoPB/acfqIpnuLFUN45O1d0/a+vjlC8RncW8gTlC7cQYsv hxy2PIB8JcWEdeo7PZpSMKUTBMbvycXd6hGK+HGKGDc5X9ObeyuoxPs0XJ/pbay/1CEC 1/jA== X-Gm-Message-State: ALoCoQlb+psGTWAA5nMUV/7/okQBHamcv2euobdHpTAtDur5iCWAzxnDMnHcSTpi1HW0GMOFyDsU X-Received: by 10.140.94.68 with SMTP id f62mr23637806qge.64.1395020967674; Sun, 16 Mar 2014 18:49:27 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.147.225 with HTTP; Sun, 16 Mar 2014 18:48:57 -0700 (PDT) In-Reply-To: <201403162105.s2GL50QJ064272@svn.freebsd.org> References: <201403162105.s2GL50QJ064272@svn.freebsd.org> From: Eitan Adler Date: Sun, 16 Mar 2014 21:48:57 -0400 X-Google-Sender-Auth: RKoT9kQX_ZXu3LwHJr3UOiwuboQ Message-ID: Subject: Re: svn commit: r263252 - head/sys/sys To: Robert Watson Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 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, 17 Mar 2014 01:49:28 -0000 On 16 March 2014 17:05, Robert Watson wrote: > Author: rwatson > Date: Sun Mar 16 21:05:00 2014 > New Revision: 263252 > URL: http://svnweb.freebsd.org/changeset/base/263252 > > Log: > Fix a comment in capability.h: it got renamed to capsicum.h, not > capability.h. Perhaps it makes to sense to add a #warning statement to the file as well? Additionally, is it intended that this file live forever or will be removed as some point in the future? -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams