*: more portability fixes by Dan Fandrich

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-09-23 23:15:43 +02:00
parent 1f27ab0d4b
commit 606291beab
10 changed files with 11 additions and 13 deletions

View File

@ -54,7 +54,7 @@ struct command {
int flags; // exit, suspend, && ||
int pid; // pid (or exit code)
int argc;
char *argv[0];
char *argv[];
};
// A collection of processes piped into/waiting on each other.