components/bash/patches/solaris-020.xcase.c.patch
author Rich Burridge <rich.burridge@oracle.com>
Fri, 15 Jul 2016 11:56:59 -0700
changeset 6421 40f2544c1ff6
parent 5518 c47fe0edc204
child 7485 89b2d849f322
permissions -rw-r--r--
24303970 package desktop/pdf-viewer/evince has missing dependency

# 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;