Author: trociny
Date: Thu Nov 24 20:37:09 2011
New Revision: 227954
URL: http://svn.freebsd.org/changeset/base/227954
Log:
Add const qualifier to rlimit_ident.
Reviewed by: kib
MFC after: 2 weeks
Modified:
head/sys/sys/resource.h
Modified: head/sys/sys/resource.h
==============================================================================
--- head/sys/sys/resource.h Thu Nov 24 20:34:50 2011 (r227953)
+++ head/sys/sys/resource.h Thu Nov 24 20:37:09 2011 (r227954)
@@ -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",
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"