Author: trociny
Date: Fri Jan 6 16:45:44 2012
New Revision: 229705
URL: http://svn.freebsd.org/changeset/base/229705
Log:
MFC r227954:
Add const qualifier to rlimit_ident.
Modified:
stable/9/sys/sys/resource.h
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/sys/resource.h
==============================================================================
--- stable/9/sys/sys/resource.h Fri Jan 6 16:20:17 2012 (r229704)
+++ stable/9/sys/sys/resource.h Fri Jan 6 16:45:44 2012 (r229705)
@@ -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-all
To unsubscribe, send any mail to "[email protected]"