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:
Robert Watson 2003-11-17 19:48:35 +00:00
parent 8c8268cb4f
commit a2f046e874

View File

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