From 98cbd39410e704b31a7eba6b858448ffef5974c1 Mon Sep 17 00:00:00 2001 From: trociny Date: Thu, 24 Nov 2011 20:37:09 +0000 Subject: [PATCH] Add const qualifier to rlimit_ident. Reviewed by: kib MFC after: 2 weeks --- sys/sys/resource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/resource.h b/sys/sys/resource.h index 7d0b4ee2aea3..c5e912bdaa6c 100644 --- a/sys/sys/resource.h +++ b/sys/sys/resource.h @@ -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",