components/bash/patches/solaris-020.xcase.c.patch
author John Beck <John.Beck@Oracle.COM>
Thu, 08 Sep 2016 09:45:54 -0700
changeset 6864 45128c94429d
parent 5518 c47fe0edc204
child 7485 89b2d849f322
permissions -rw-r--r--
24615249 work around pkgdepend issue to publish rjsmin on S11

# Let's use ANSI C, perhaps?
# Solaris-specific. Not for upstream.
--- support/xcase.c	2015-04-02 10:22:38.727863382 -0700
+++ support/xcase.c	2015-04-02 10:23:44.651812788 -0700
@@ -40,9 +40,7 @@
 #define UPPER	2
 
 int
-main(ac, av)
-int	ac;
-char	**av;
+main(int ac, char **av)
 {
 	int	c, x;
 	int	op;