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:
@@ -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] = {
|
||||
|
||||
Reference in New Issue
Block a user