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:
emaste 2019-02-25 18:25:53 +00:00
parent 6ff1d0e317
commit c0daa6fba9

View File

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