diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-04-20 14:21:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-04-20 14:21:57 +0000 |
commit | ecbd9c7e74a7dcbfb2390bd173fb57b0bd78576c (patch) | |
tree | dc87a161bc33e9718f9c5f41b46ced98023434ad /sys/arch | |
parent | 0d3ba471fc1a5b60777c6e9888641ae3ebf0bd76 (diff) |
repair kstat entry
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/hppa/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/conf.c b/sys/arch/hppa/hppa/conf.c index a3cb39e00cc..bdb3696734c 100644 --- a/sys/arch/hppa/hppa/conf.c +++ b/sys/arch/hppa/hppa/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.72 2021/11/11 10:03:09 claudio Exp $ */ +/* $OpenBSD: conf.c,v 1.73 2022/04/20 14:21:56 deraadt Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -179,7 +179,7 @@ struct cdevsw cdevsw[] = cdev_notdef(), /* 48: */ cdev_notdef(), /* 49: */ cdev_notdef(), /* 50: */ - cdev_ksyms_init(NKSTAT,kstat), /* 51: kernel statistics */ + cdev_kstat_init(NKSTAT,kstat), /* 51: kernel statistics */ cdev_notdef(), /* 52: */ cdev_notdef(), /* 53: */ cdev_vscsi_init(NVSCSI,vscsi), /* 54: vscsi */ |