components/ksh93/patches/CR7071431.patch
author Nobutomo Nakano <nobutomo.nakano@oracle.com>
Mon, 16 Jul 2012 11:15:50 -0700
changeset 917 c2d902bbacc9
parent 789 5f074ca23733
permissions -rw-r--r--
7178717 ksh93 may report wrong exit status for the last component of pipeline

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