diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2003-11-17 19:48:35 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2003-11-17 19:48:35 +0000 |
commit | a2f046e87491a901294b6657808a58d3d96f730a (patch) | |
tree | 8537792c63bd6b46c4c3775d61d2ca8061a4f7df | |
parent | 8c8268cb4fda34fb1c851c7fbc910a1bb708770c (diff) |
Notes
-rw-r--r-- | lib/libc/posix1e/mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/posix1e/mac.c b/lib/libc/posix1e/mac.c index 38cc09458223a..9d29438f87b4a 100644 --- a/lib/libc/posix1e/mac.c +++ b/lib/libc/posix1e/mac.c @@ -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; |