components/bash/patches/solaris-020.xcase.c.patch
changeset 1082 6d49548fa9da
child 5518 c47fe0edc204
equal deleted inserted replaced
1081:3d086c82286d 1082:6d49548fa9da
       
     1 --- support/xcase.c	2009-01-04 11:32:42.000000000 -0800
       
     2 +++ support/xcase.c	2012-10-10 10:03:00.641976200 -0700
       
     3 @@ -39,9 +39,7 @@
       
     4  #define LOWER	1
       
     5  #define UPPER	2
       
     6  
       
     7 -main(ac, av)
       
     8 -int	ac;
       
     9 -char	**av;
       
    10 +int main(int ac, char* av[])
       
    11  {
       
    12  	int	c, x;
       
    13  	int	op;