libprocstat: constify psc_type_info[]

Suggested by:	markj
Reviewed by:	markj
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D49372
This commit is contained in:
Konstantin Belousov
2025-03-18 03:43:54 +02:00
parent ba2fb6b367
commit debcd4c057
+1 -1
View File
@@ -57,7 +57,7 @@ struct procstat_core
GElf_Phdr pc_phdr;
};
static struct psc_type_info {
static const struct psc_type_info {
unsigned int n_type;
int structsize;
} psc_type_info[PSC_TYPE_MAX] = {