diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/security/mac/mac_framework.h | 1 | ||||
-rw-r--r-- | sys/sys/mac.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/security/mac/mac_framework.h b/sys/security/mac/mac_framework.h index 1dc6bf1..1cd3667 100644 --- a/sys/security/mac/mac_framework.h +++ b/sys/security/mac/mac_framework.h @@ -162,7 +162,6 @@ struct label *mac_cred_label_alloc(void); void mac_cred_label_free(struct label *label); struct label *mac_vnode_label_alloc(void); void mac_vnode_label_free(struct label *label); -void mac_destroy_vnode_label(struct label *); /* * Labeling event operations: file system objects, and things that diff --git a/sys/sys/mac.h b/sys/sys/mac.h index 1dc6bf1..1cd3667 100644 --- a/sys/sys/mac.h +++ b/sys/sys/mac.h @@ -162,7 +162,6 @@ struct label *mac_cred_label_alloc(void); void mac_cred_label_free(struct label *label); struct label *mac_vnode_label_alloc(void); void mac_vnode_label_free(struct label *label); -void mac_destroy_vnode_label(struct label *); /* * Labeling event operations: file system objects, and things that |