perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / shell / bash / patches / solaris-020.xcase.c.patch
bloba98b962ed25d21b8328e0bd7c50e282c55f1cd20
1 # Let's use ANSI C, perhaps?
2 # Solaris-specific. Not for upstream.
3 --- support/xcase.c 2015-04-02 10:22:38.727863382 -0700
4 +++ support/xcase.c 2015-04-02 10:23:44.651812788 -0700
5 @@ -40,9 +40,7 @@
6 #define UPPER 2
8 int
9 -main(ac, av)
10 -int ac;
11 -char **av;
12 +main(int ac, char **av)
14 int c, x;
15 int op;