aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/ash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 62f185354..fb887f31b 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -9300,6 +9300,7 @@ static const uint8_t nodesize[N_NUMBER] ALIGN1 = {
9300#endif 9300#endif
9301 [NCLOBBER ] = SHELL_ALIGN(sizeof(struct nfile)), 9301 [NCLOBBER ] = SHELL_ALIGN(sizeof(struct nfile)),
9302 [NFROM ] = SHELL_ALIGN(sizeof(struct nfile)), 9302 [NFROM ] = SHELL_ALIGN(sizeof(struct nfile)),
9303 [NFROMSTR ] = SHELL_ALIGN(sizeof(struct nfile)),
9303 [NFROMTO ] = SHELL_ALIGN(sizeof(struct nfile)), 9304 [NFROMTO ] = SHELL_ALIGN(sizeof(struct nfile)),
9304 [NAPPEND ] = SHELL_ALIGN(sizeof(struct nfile)), 9305 [NAPPEND ] = SHELL_ALIGN(sizeof(struct nfile)),
9305 [NTOFD ] = SHELL_ALIGN(sizeof(struct ndup)), 9306 [NTOFD ] = SHELL_ALIGN(sizeof(struct ndup)),