From 32c9245797e02e2874cd02cbeb0409ed732f75a6 Mon Sep 17 00:00:00 2001 From: rwatson Date: Wed, 12 Nov 2003 03:33:43 +0000 Subject: GC prototype for mac_destroy_vnode_label(), missed in last commit. --- sys/security/mac/mac_framework.h | 1 - sys/sys/mac.h | 1 - 2 files changed, 2 deletions(-) (limited to 'sys') 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 -- cgit v1.1