svn commit: trunk/busybox/shell
vda at busybox.net
vda at busybox.net
Mon Jun 9 00:58:53 PDT 2008
Author: vda
Date: 2008-06-09 00:58:53 -0700 (Mon, 09 Jun 2008)
New Revision: 22275
Log:
cosmetics
Modified:
trunk/busybox/shell/msh_function.patch
Changeset:
Modified: trunk/busybox/shell/msh_function.patch
===================================================================
--- trunk/busybox/shell/msh_function.patch 2008-06-09 07:50:25 UTC (rev 22274)
+++ trunk/busybox/shell/msh_function.patch 2008-06-09 07:58:53 UTC (rev 22275)
@@ -216,7 +216,7 @@
+ 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 @@
+ 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 @@
+ }
+ /*
+ global_env.iop->argp->afpos--;
-+ global_env.iop->argp->afbuf->bufp--;
++ global_env.iop->argp->afbuf->bufp--;
+ */
+ dolc = temp_argc;
+ dolv = temp_argv;
More information about the busybox-cvs
mailing list