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.
This commit is contained in:
Ed Maste 2019-02-25 18:25:53 +00:00
parent e1157dcec4
commit 9e89a13865

View File

@ -35,13 +35,13 @@
* Historically, the key userspace and kernel Capsicum definitions were found * Historically, the key userspace and kernel Capsicum definitions were found
* in this file. However, it conflicted with POSIX.1e's capability.h, so has * in this file. However, it conflicted with POSIX.1e's capability.h, so has
* been renamed capsicum.h. The file remains for backwards compatibility * 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 * reasons as a nested include. It is expected to be removed before
* not be in FreeBSD 13. * FreeBSD 13.
*/ */
#ifndef _SYS_CAPABILITY_H_ #ifndef _SYS_CAPABILITY_H_
#define _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> #include <sys/capsicum.h>
#endif /* !_SYS_CAPABILITY_H_ */ #endif /* !_SYS_CAPABILITY_H_ */