From c1947f18f539b3e2e1972ec0c9a78c4651cf328b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 23 Oct 2009 01:30:26 +0200 Subject: build failure fix and some cosmetics Signed-off-by: Denys Vlasenko --- shell/hush.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/hush.c b/shell/hush.c index 5edcdb844..1187cbe8f 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -454,9 +454,9 @@ struct function { char *name; struct command *parent_cmd; struct pipe *body; -#if !BB_MMU +# if !BB_MMU char *body_as_string; -#endif +# endif }; #endif -- cgit v1.2.3