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:
rwatson 2014-03-16 21:05:00 +00:00
parent b4f67e8868
commit 51c301d849

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_