[PATCH] Fixed compile error with !CONFIG_HUSH_MODE_X

Dan Fandrich dan at coneharvesters.com
Sat Nov 20 21:05:36 UTC 2010


Signed-off-by: Dan Fandrich <dan at coneharvesters.com>
---
 shell/hush.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/shell/hush.c b/shell/hush.c
index d48e870..084e555 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -6494,7 +6494,7 @@ static int checkjobs_and_fg_shell(struct pipe *fg_pipe)
  * subshell:     ( list ) [&]
  */
 #if !ENABLE_HUSH_MODE_X
-#define redirect_and_varexp_helper(new_env_p, old_vars_p, command, squirrel, char argv_expanded) \
+#define redirect_and_varexp_helper(new_env_p, old_vars_p, command, squirrel, argv_expanded) \
 	redirect_and_varexp_helper(new_env_p, old_vars_p, command, squirrel)
 #endif
 static int redirect_and_varexp_helper(char ***new_env_p,
-- 
1.5.3.2



More information about the busybox mailing list