Re: svn commit: r334929 - in head: . sys/sys

2018-06-10 Thread Eitan Adler
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 +, 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
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


Re: svn commit: r334929 - in head: . sys/sys

2018-06-10 Thread Antoine Brodin
On Sun, Jun 10, 2018 at 8:43 PM, Mark Johnston  wrote:
> On Sun, Jun 10, 2018 at 06:38:48PM +, 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
>
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


Re: svn commit: r334929 - in head: . sys/sys

2018-06-10 Thread Mark Johnston
On Sun, Jun 10, 2018 at 06:38:48PM +, 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
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r334929 - in head: . sys/sys

2018-06-10 Thread Eitan Adler
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.

Deleted:
  head/sys/sys/capability.h
Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==
--- head/ObsoleteFiles.inc  Sun Jun 10 17:54:44 2018(r334928)
+++ head/ObsoleteFiles.inc  Sun Jun 10 18:38:48 2018(r334929)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20180610: Remove sys/capability.h
+OLD_FILES+=usr/include/sys/capability.h
 # 20180609: obsolete libc++ files missed from the 5.0.0 import
 OLD_FILES+=usr/include/c++/v1/__refstring
 OLD_FILES+=usr/include/c++/v1/__undef_min_max
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"