aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
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