components/ksh93/patches/030-CR7071431.patch
changeset 4268 d723f8ed85fe
parent 4266 bcfdeff915c4
child 4271 7552f305c5fb
equal deleted inserted replaced
4266:bcfdeff915c4 4268:d723f8ed85fe
     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;