Add const qualifier to rlimit_ident.

Reviewed by:	kib
MFC after:	2 weeks
This commit is contained in:
trociny 2011-11-24 20:37:09 +00:00
parent 8b2f6e43b6
commit 98cbd39410

View File

@ -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",