summaryrefslogtreecommitdiff
path: root/usr.sbin/pmcstat/pmcstat_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pmcstat/pmcstat_log.c')
-rw-r--r--usr.sbin/pmcstat/pmcstat_log.c2
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);
/*