o Since kern_acl.c uses #ifdef CAPABILITIES to control

capability-specific semantics, #include "opt_cap.h".

Obtained from:	TrustedBSD Project
This commit is contained in:
Robert Watson 2001-11-02 14:53:04 +00:00
parent b752fef50e
commit a76789e7df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85872
3 changed files with 6 additions and 0 deletions

View file

@ -32,6 +32,8 @@
* Support for POSIX.1e access control lists.
*/
#include "opt_cap.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysproto.h>

View file

@ -32,6 +32,8 @@
* Support for POSIX.1e access control lists.
*/
#include "opt_cap.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysproto.h>

View file

@ -32,6 +32,8 @@
* Support for POSIX.1e access control lists.
*/
#include "opt_cap.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysproto.h>