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_ */