Date: Tue, 6 Nov 2018 00:05:18 +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: r340171 - head/sys/sys Message-ID: <201811060005.wA605Ig8026311@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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_
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811060005.wA605Ig8026311>