Staticize label_default_head to prevent it from leaking out of mac.c.
Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
This commit is contained in:
parent
8c8268cb4f
commit
a2f046e874
@ -55,7 +55,7 @@ static int internal_initialized;
|
||||
*
|
||||
* XXXMAC: Not thread-safe.
|
||||
*/
|
||||
LIST_HEAD(, label_default) label_default_head;
|
||||
static LIST_HEAD(, label_default) label_default_head;
|
||||
struct label_default {
|
||||
char *ld_name;
|
||||
char *ld_labels;
|
||||
|
Loading…
x
Reference in New Issue
Block a user