Forward declare struct bpf_d, struct ifnet, struct image_params, and
struct vattr in mac_policy.h. This permits policies not implementing entry points using these types to compile without including include files with these types. Obtained from: TrustedBSD Project Sponsored by: DARPA, Air Force Research Laboratory
This commit is contained in:
parent
d968126d67
commit
f47cb88655
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126292
@ -1,6 +1,6 @@
|
||||
/*-
|
||||
* Copyright (c) 1999-2002 Robert N. M. Watson
|
||||
* Copyright (c) 2001-2003 Networks Associates Technology, Inc.
|
||||
* Copyright (c) 2001-2004 Networks Associates Technology, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This software was developed by Robert Watson for the TrustedBSD Project.
|
||||
@ -52,8 +52,11 @@
|
||||
* alphabetically.
|
||||
*/
|
||||
struct acl;
|
||||
struct bpf_d;
|
||||
struct componentname;
|
||||
struct devfs_dirent;
|
||||
struct ifnet;
|
||||
struct image_params;
|
||||
struct inpcb;
|
||||
struct ipq;
|
||||
struct label;
|
||||
@ -67,6 +70,7 @@ struct sysctl_oid;
|
||||
struct sysctl_req;
|
||||
struct ucred;
|
||||
struct uio;
|
||||
struct vattr;
|
||||
struct vnode;
|
||||
struct mac_policy_ops {
|
||||
/*
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*-
|
||||
* Copyright (c) 1999-2002 Robert N. M. Watson
|
||||
* Copyright (c) 2001-2003 Networks Associates Technology, Inc.
|
||||
* Copyright (c) 2001-2004 Networks Associates Technology, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This software was developed by Robert Watson for the TrustedBSD Project.
|
||||
@ -52,8 +52,11 @@
|
||||
* alphabetically.
|
||||
*/
|
||||
struct acl;
|
||||
struct bpf_d;
|
||||
struct componentname;
|
||||
struct devfs_dirent;
|
||||
struct ifnet;
|
||||
struct image_params;
|
||||
struct inpcb;
|
||||
struct ipq;
|
||||
struct label;
|
||||
@ -67,6 +70,7 @@ struct sysctl_oid;
|
||||
struct sysctl_req;
|
||||
struct ucred;
|
||||
struct uio;
|
||||
struct vattr;
|
||||
struct vnode;
|
||||
struct mac_policy_ops {
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user