components/ksh93/patches/CR7071431.patch
changeset 789 5f074ca23733
equal deleted inserted replaced
788:ab1a623335b6 789:5f074ca23733
       
     1 --- a/src/cmd/ksh93/include/ulimit.h	Tue Oct 26 16:25:26 2010
       
     2 +++ b/src/cmd/ksh93/include/ulimit.h	Thu Aug 25 10:19:37 2011
       
     3 @@ -157,7 +157,7 @@
       
     4  
       
     5  typedef struct Limit_s
       
     6  {
       
     7 -	const char	name[8];
       
     8 +	const char*	name;
       
     9  	const char*	description;
       
    10  	int		index;
       
    11  	const char*	conf;