1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

GC prototype for mac_destroy_vnode_label(), missed in last commit.

This commit is contained in:
Robert Watson 2003-11-12 03:33:43 +00:00
parent 5414e3cfad
commit 39fc5d480d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122527
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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