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

Ed Maste emaste at FreeBSD.org
Tue Jun 18 14:13:53 UTC 2019


Author: emaste
Date: Tue Jun 18 14:13:52 2019
New Revision: 349170
URL: https://svnweb.freebsd.org/changeset/base/349170

Log:
  Remove sys/capability.h for the third time
  
  In all supported (and most unsupported) FreeBSD versions the appropriate
  header for Capsicum is sys/capsicum.h.  Software including sys/capability.h
  is most likely looking for Linux capabilities based on the withdrawn
  POSIX.1e draft.
  
  This header was previously removed in r334929 and r340156, but reverted
  each time due to ports failures.  These issues have now (broadly) been
  addressed.
  
  PR:		228878 [exp-run]
  Submitted by:	eadler (r334929)
  Relnotes:	Yes
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Tue Jun 18 05:59:24 2019	(r349169)
+++ head/ObsoleteFiles.inc	Tue Jun 18 14:13:52 2019	(r349170)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20190618: sys/capability.h removed (sys/capsicum.h is the one to use)
+OLD_FILES+=usr/include/sys/capability.h
 # 20190615: sys/pwm.h renamed to dev/pwmc.h
 OLD_FILES+=usr/include/sys/pwm.h
 # 20190612: new clang import which bumps version from 8.0.0 to 8.0.1.


More information about the svn-src-head mailing list