components/ksh93/patches/030-CR7071431.patch
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Mon, 27 Apr 2015 10:19:50 -0500
changeset 4196 d697072a92f5
parent 789 components/ksh93/patches/CR7071431.patch@5f074ca23733
permissions -rw-r--r--
19782029 userland should be able to build from SCM repositories

--- a/src/cmd/ksh93/include/ulimit.h	Tue Oct 26 16:25:26 2010
+++ b/src/cmd/ksh93/include/ulimit.h	Thu Aug 25 10:19:37 2011
@@ -157,7 +157,7 @@
 
 typedef struct Limit_s
 {
-	const char	name[8];
+	const char*	name;
 	const char*	description;
 	int		index;
 	const char*	conf;