From c0daa6fba9c57e41427c5b0f9d39a63c2879c874 Mon Sep 17 00:00:00 2001 From: emaste Date: Mon, 25 Feb 2019 18:25:53 +0000 Subject: [PATCH] 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. --- sys/sys/capability.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/sys/capability.h b/sys/sys/capability.h index 6c3bae746dbb..39195e034c56 100644 --- a/sys/sys/capability.h +++ b/sys/sys/capability.h @@ -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 , to be removed on March 31, 2019. +#warning this file includes which is deprecated #include #endif /* !_SYS_CAPABILITY_H_ */