From 606291beabab14c85a141c7a4225fbcab8d19fbd Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 23 Sep 2009 23:15:43 +0200 Subject: *: more portability fixes by Dan Fandrich Signed-off-by: Denys Vlasenko --- shell/bbsh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/bbsh.c') diff --git a/shell/bbsh.c b/shell/bbsh.c index ad875ab..c372626 100644 --- a/shell/bbsh.c +++ b/shell/bbsh.c @@ -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. -- cgit v1.1