Fix typo introduced in r305949 with the stable/10 bootstrapping logic
The header is sys/capability.h, not sys/capabilities.h X-MFC with: r305949 Pointyhat to: bapt Reported by: allanjude, Jenkins Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
5c07002e67
commit
720ca50063
@ -31,7 +31,7 @@ __FBSDID("$FreeBSD$");
|
||||
#if __FreeBSD_version > 1001510
|
||||
#include <sys/capsicum.h>
|
||||
#else
|
||||
#include <sys/capabilities.h>
|
||||
#include <sys/capability.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user