svn commit: r340586 - stable/12/sys/sys
Ed Maste
emaste at FreeBSD.org
Sun Nov 18 14:58:03 UTC 2018
Author: emaste
Date: Sun Nov 18 14:58:01 2018
New Revision: 340586
URL: https://svnweb.freebsd.org/changeset/base/340586
Log:
MFC r340171: capability.h: add comment about planned removal timeline
PR: 228878
Modified:
stable/12/sys/sys/capability.h
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/sys/capability.h
==============================================================================
--- stable/12/sys/sys/capability.h Sun Nov 18 14:56:26 2018 (r340585)
+++ stable/12/sys/sys/capability.h Sun Nov 18 14:58:01 2018 (r340586)
@@ -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-stable
mailing list