aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-23 23:15:43 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-23 23:15:43 +0200
commit606291beabab14c85a141c7a4225fbcab8d19fbd (patch)
tree4f46cd21214432feeb610e237e8dd49ef908c8f6 /shell/ash.c
parent1f27ab0d4bb65425496ff4ed0fbbd0f5bb32786f (diff)
downloadbusybox-w32-606291beabab14c85a141c7a4225fbcab8d19fbd.tar.gz
busybox-w32-606291beabab14c85a141c7a4225fbcab8d19fbd.tar.bz2
busybox-w32-606291beabab14c85a141c7a4225fbcab8d19fbd.zip
*: more portability fixes by Dan Fandrich
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index db28af7d3..b7c643195 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -5042,7 +5042,7 @@ struct redirtab {
5042 struct redirtab *next; 5042 struct redirtab *next;
5043 int nullredirs; 5043 int nullredirs;
5044 int pair_count; 5044 int pair_count;
5045 struct two_fd_t two_fd[0]; 5045 struct two_fd_t two_fd[];
5046}; 5046};
5047#define redirlist (G_var.redirlist) 5047#define redirlist (G_var.redirlist)
5048 5048