mrsas: update for sys/capability.h rename in r263232
This commit is contained in:
parent
397ff3b872
commit
6f70040b38
@ -43,8 +43,10 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
#if (__FreeBSD_version > 900000)
|
||||
#include <sys/capability.h>
|
||||
#if (__FreeBSD_version >= 1001511)
|
||||
#include <sys/capsicum.h>
|
||||
#elif (__FreeBSD_version > 900000)
|
||||
#include <sys/capabilty.h>
|
||||
#endif
|
||||
|
||||
#include <sys/conf.h>
|
||||
|
Loading…
Reference in New Issue
Block a user