diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-09 07:58:53 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-09 07:58:53 +0000 |
commit | 598bb732e86ae6edd81c88e88c938335c8734f26 (patch) | |
tree | 1b97a9a655b9e10ee29de3fb25e14be511508b94 | |
parent | 2d0529c9bc0c4fedefa816d6b6d371b1d5b8c32e (diff) | |
download | busybox-598bb732e86ae6edd81c88e88c938335c8734f26.tar.gz |
cosmetics
-rw-r--r-- | shell/msh_function.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/msh_function.patch b/shell/msh_function.patch index b02b291e1..270b9eeff 100644 --- a/shell/msh_function.patch +++ b/shell/msh_function.patch @@ -216,7 +216,7 @@ diff -d -urpN busybox.7/shell/msh.c busybox.8/shell/msh.c + p->name = xstrdup(yylval.cp); + //fprintf(stderr, "register function,%d,%d,%s\n", begin, end, p->name); + KSDBG_PRINT_FUNCNAME; -+ /* io stream */ ++ /* io stream */ + p->begin_addr = begin; + p->end_addr = end; +} @@ -251,7 +251,7 @@ diff -d -urpN busybox.7/shell/msh.c busybox.8/shell/msh.c + frame[cur_frame].argv = dolv; + + cur_frame++; -+ /* do some argment parse and set arguments */ ++ /* do some argument parse and set arguments */ + temp_argv = xmalloc(sizeof(char *)); + temp_argv[0] = xstrdup(f->name); + temp_argc = 0; @@ -273,7 +273,7 @@ diff -d -urpN busybox.7/shell/msh.c busybox.8/shell/msh.c + } + /* + global_env.iop->argp->afpos--; -+ global_env.iop->argp->afbuf->bufp--; ++ global_env.iop->argp->afbuf->bufp--; + */ + dolc = temp_argc; + dolv = temp_argv; |