Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2019 18:25:54 +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: r344531 - head/sys/sys
Message-ID:  <201902251825.x1PIPsZ9018846@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Mon Feb 25 18:25:53 2019
New Revision: 344531
URL: https://svnweb.freebsd.org/changeset/base/344531

Log:
  Remove unintend change to capability.h from r344530
  
  I expect to remove capability.h in the near future, but it should not
  have been part of this commit.

Modified:
  head/sys/sys/capability.h

Modified: head/sys/sys/capability.h
==============================================================================
--- head/sys/sys/capability.h	Mon Feb 25 18:22:20 2019	(r344530)
+++ head/sys/sys/capability.h	Mon Feb 25 18:25:53 2019	(r344531)
@@ -35,13 +35,13 @@
  * 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.  It will be removed on March 31, 2019 and will
- * not be in FreeBSD 13.
+ * reasons as a nested include.  It is expected to be removed before
+ * FreeBSD 13.
  */
 #ifndef _SYS_CAPABILITY_H_
 #define	_SYS_CAPABILITY_H_
 
-#warning this file includes <sys/capability.h>, to be removed on March 31, 2019.
+#warning this file includes <sys/capability.h> which is deprecated
 #include <sys/capsicum.h>
 
 #endif /* !_SYS_CAPABILITY_H_ */



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