svn commit: r340291 - stable/11/sys/sys

Ed Maste emaste at FreeBSD.org
Fri Nov 9 17:59:28 UTC 2018


Author: emaste
Date: Fri Nov  9 17:59:27 2018
New Revision: 340291
URL: https://svnweb.freebsd.org/changeset/base/340291

Log:
  MFC r340171: capability.h: add comment about planned removal timeline
  
  PR:		228878

Modified:
  stable/11/sys/sys/capability.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/sys/capability.h
==============================================================================
--- stable/11/sys/sys/capability.h	Fri Nov  9 17:43:23 2018	(r340290)
+++ stable/11/sys/sys/capability.h	Fri Nov  9 17:59:27 2018	(r340291)
@@ -33,7 +33,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