components/ksh93/patches/030-CR7071431.patch
changeset 4268 d723f8ed85fe
parent 4266 bcfdeff915c4
child 4271 7552f305c5fb
--- a/components/ksh93/patches/030-CR7071431.patch	Sat May 09 12:45:23 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- 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;