diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2006-02-14 00:07:17 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2006-02-14 00:07:17 +0000 |
commit | e089ccf1783e80546c31432569746671eb3a785e (patch) | |
tree | 35a03a48cbddcd4313f23d5a133965b9c42a23c1 /lib | |
parent | e8968d1b65972b419d9801e8e94d8f3e323b18f2 (diff) |
Notes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libmemstat/memstat_uma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmemstat/memstat_uma.c b/lib/libmemstat/memstat_uma.c index f0912258d93af..ce47c34258a55 100644 --- a/lib/libmemstat/memstat_uma.c +++ b/lib/libmemstat/memstat_uma.c @@ -301,7 +301,7 @@ kread_symbol(kvm_t *kvm, int index, void *address, size_t size, int memstat_kvm_uma(struct memory_type_list *list, void *kvm_handle) { - static LIST_HEAD(, uma_keg) uma_kegs; + LIST_HEAD(, uma_keg) uma_kegs; struct memory_type *mtp; struct uma_bucket *ubp, ub; struct uma_cache *ucp; |