Add const qualifier to rlimit_ident.
Reviewed by: kib MFC after: 2 weeks
This commit is contained in:
parent
8b2f6e43b6
commit
98cbd39410
@ -108,7 +108,7 @@ struct rusage {
|
||||
*/
|
||||
|
||||
#ifdef _RLIMIT_IDENT
|
||||
static char *rlimit_ident[RLIM_NLIMITS] = {
|
||||
static const char *rlimit_ident[RLIM_NLIMITS] = {
|
||||
"cpu",
|
||||
"fsize",
|
||||
"data",
|
||||
|
Loading…
Reference in New Issue
Block a user