components/ksh93/patches/CR7071431.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 08 Jan 2013 18:38:09 -0800
changeset 1112 7bc7f29cb517
parent 789 5f074ca23733
permissions -rw-r--r--
15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland (fix package name)

--- 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;