components/ksh93/patches/030-CR7071431.patch
changeset 4305 90493abe0c5c
equal deleted inserted replaced
4304:b35bb72c479d 4305:90493abe0c5c
       
     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;