diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2009-12-28 22:56:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2009-12-28 22:56:30 +0000 |
commit | 13e403fdeadd26f9748ba83ea50ee271fbfc862a (patch) | |
tree | 368556d68241b943dc9c2ec710bd21f97a0e608d /usr.sbin/pmcstat/pmcstat_log.c | |
parent | 9189129097632f0cf3dad7c9ac9d69ac39d56b2d (diff) |
Notes
Diffstat (limited to 'usr.sbin/pmcstat/pmcstat_log.c')
-rw-r--r-- | usr.sbin/pmcstat/pmcstat_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pmcstat/pmcstat_log.c b/usr.sbin/pmcstat/pmcstat_log.c index 981412685033..a403852edf59 100644 --- a/usr.sbin/pmcstat/pmcstat_log.c +++ b/usr.sbin/pmcstat/pmcstat_log.c @@ -141,7 +141,7 @@ struct pmcstat_pmcrecord { }; static LIST_HEAD(,pmcstat_pmcrecord) pmcstat_pmcs = - LIST_HEAD_INITIALIZER(&pmcstat_pmcs); + LIST_HEAD_INITIALIZER(pmcstat_pmcs); /* |