components/ksh93/patches/CR7071431.patch
changeset 4196 d697072a92f5
parent 4195 d88c5d15a4af
child 4197 67d7270f6817
equal deleted inserted replaced
4195:d88c5d15a4af 4196:d697072a92f5
     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;