svn commit: r340171 - head/sys/sys

Ed Maste emaste at FreeBSD.org
Tue Nov 6 00:05:19 UTC 2018


Author: emaste
Date: Tue Nov  6 00:05:17 2018
New Revision: 340171
URL: https://svnweb.freebsd.org/changeset/base/340171

Log:
  capability.h: add comment about planned removal timeline
  
  PR:		233007
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/sys/capability.h

Modified: head/sys/sys/capability.h
==============================================================================
--- head/sys/sys/capability.h	Mon Nov  5 22:54:03 2018	(r340170)
+++ head/sys/sys/capability.h	Tue Nov  6 00:05:17 2018	(r340171)
@@ -35,7 +35,8 @@
  * Historically, the key userspace and kernel Capsicum definitions were found
  * in this file.  However, it conflicted with POSIX.1e's capability.h, so has
  * been renamed capsicum.h.  The file remains for backwards compatibility
- * reasons as a nested include.
+ * reasons as a nested include.  It is expected to be removed before
+ * FreeBSD 13.
  */
 #ifndef _SYS_CAPABILITY_H_
 #define	_SYS_CAPABILITY_H_


More information about the svn-src-all mailing list