Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Nov 2018 19:25:57 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r340156 - in head: . sys/sys
Message-ID:  <201811051925.wA5JPvSX076588@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811051925.wA5JPvSX076588>