repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
perl/Test-Simple: update to 1.302205
[oi-userland.git]
/
components
/
shell
/
bash
/
patches
/
solaris-020.xcase.c.patch
blob
a98b962ed25d21b8328e0bd7c50e282c55f1cd20
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
7
8
int
9
-main(ac, av)
10
-int ac;
11
-char **av;
12
+main(int ac, char **av)
13
{
14
int c, x;
15
int op;