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

Ed Maste emaste at FreeBSD.org
Mon Nov 5 19:25:58 UTC 2018


Author: emaste
Date: Mon Nov  5 19:25:57 2018
New Revision: 340156
URL: https://svnweb.freebsd.org/changeset/base/340156

Log:
  Remove backwards-compatibility sys/capability.h
  
  In r263232 sys/capability.h was renamed to sys/capsicum.h, to avoid
  conflicts with a capability.h header found on other operating systems.
  
  Sufficient time has now passed, so remove the old header at the
  beginning of FreeBSD 13.
  
  Discussed with:	oshogbo
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Mon Nov  5 18:47:29 2018	(r340155)
+++ head/ObsoleteFiles.inc	Mon Nov  5 19:25:57 2018	(r340156)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20181105: backwards-compatibility capability.h header removed
+OLD_FILES+=usr/include/sys/capability.h
 # 20181030: malloc_domain(9) KPI change
 OLD_FILES+=share/man/man9/malloc_domain.9.gz
 # 20181026: joy(4) removal


More information about the svn-src-all mailing list