mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue