Fix a comment in capability.h: it got renamed to capsicum.h, not

capability.h.

MFC after:	3 weeks
Spotted by:	alc, mcdouga9 at egr.msu.edu, thompsa
This commit is contained in:
Robert Watson 2014-03-16 21:05:00 +00:00
parent 0a3c453277
commit 72ab4bfd09
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=263252

View File

@ -32,7 +32,7 @@
/*
* 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 capability.h. The file remains for backwards compatibility
* been renamed capsicum.h. The file remains for backwards compatibility
* reasons as a nested include.
*/
#ifndef _SYS_CAPABILITY_H_