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

Eitan Adler eadler at FreeBSD.org
Sun Jun 10 18:38:49 UTC 2018


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


More information about the svn-src-head mailing list