projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
340299a
)
ash: NTO2 needs #if ENABLE_ASH_BASH_COMPAT
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 22 Nov 2008 01:32:40 +0000
(
01:32
-0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 22 Nov 2008 01:32:40 +0000
(
01:32
-0000)
shell/ash.c
patch
|
blob
|
history
diff --git
a/shell/ash.c
b/shell/ash.c
index f99c5093326b5bebeb5468aa636c3752a7d79330..d44de3319e179ea03a2808c0cd2073ea878db8ad 100644
(file)
--- a/
shell/ash.c
+++ b/
shell/ash.c
@@
-7575,7
+7575,9
@@
static const short nodesize[N_NUMBER] = {
[NDEFUN ] = SHELL_ALIGN(sizeof(struct narg)),
[NARG ] = SHELL_ALIGN(sizeof(struct narg)),
[NTO ] = SHELL_ALIGN(sizeof(struct nfile)),
+#if ENABLE_ASH_BASH_COMPAT
[NTO2 ] = SHELL_ALIGN(sizeof(struct nfile)),
+#endif
[NCLOBBER ] = SHELL_ALIGN(sizeof(struct nfile)),
[NFROM ] = SHELL_ALIGN(sizeof(struct nfile)),
[NFROMTO ] = SHELL_ALIGN(sizeof(struct nfile)),