*: more portability fixes by Dan Fandrich
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user