Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Nov 2018 17:59:27 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r340291 - stable/11/sys/sys
Message-ID:  <201811091759.wA9HxR3J010021@repo.freebsd.org>

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



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