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:
parent
5414e3cfad
commit
39fc5d480d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122527
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user