aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-23 22:31:52 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-23 22:31:52 +0000
commitcc3f20b9bdf9a46c41877dab4900eb2997b72019 (patch)
tree4447fc490a0f65921d5c324283da20c837121535 /shell/ash.c
parent211b59be431350b2cc6685f5365ad5e6b597dc18 (diff)
downloadbusybox-w32-cc3f20b9bdf9a46c41877dab4900eb2997b72019.tar.gz
busybox-w32-cc3f20b9bdf9a46c41877dab4900eb2997b72019.tar.bz2
busybox-w32-cc3f20b9bdf9a46c41877dab4900eb2997b72019.zip
fix breakage found by randomconfig
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 d4da391a0..dd20fe338 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -8983,7 +8983,7 @@ preadfd(void)
8983 } 8983 }
8984 } 8984 }
8985#else 8985#else
8986 nr = nonblock_safe_read(parsefile->fd, buf, BUFSIZ - 1); 8986 nr = nonblock_safe_read(g_parsefile->fd, buf, BUFSIZ - 1);
8987#endif 8987#endif
8988 8988
8989#if 0 8989#if 0