projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move libpthread in since it's part of uclibc, standardize Makefile.
[openwrt.git]
/
package
/
busybox
/
patches
/
190-ash_performance.patch
diff --git
a/package/busybox/patches/190-ash_performance.patch
b/package/busybox/patches/190-ash_performance.patch
index
7f2954d
..
0931931
100644
(file)
--- a/
package/busybox/patches/190-ash_performance.patch
+++ b/
package/busybox/patches/190-ash_performance.patch
@@
-1,6
+1,9
@@
+
+ Copyright (C) 2006 OpenWrt.org
+
diff -urN busybox.old/shell/ash.c busybox.dev/shell/ash.c
diff -urN busybox.old/shell/ash.c busybox.dev/shell/ash.c
---- busybox.old/shell/ash.c 200
4-10-08 11:43:34.000000000 +02
00
-+++ busybox.dev/shell/ash.c 2005-11-
09 14:06:10.80098375
0 +0100
+--- busybox.old/shell/ash.c 200
5-11-12 22:39:19.853826250 +01
00
++++ busybox.dev/shell/ash.c 2005-11-
12 22:39:42.77125850
0 +0100
@@ -1414,6 +1414,13 @@
#define NUMBUILTINS (sizeof (builtincmd) / sizeof (struct builtincmd) )
@@ -1414,6 +1414,13 @@
#define NUMBUILTINS (sizeof (builtincmd) / sizeof (struct builtincmd) )
@@
-56,7
+59,7
@@
diff -urN busybox.old/shell/ash.c busybox.dev/shell/ash.c
+ while (*c != NULL) {
+ c++; argc++;
+ }
+ while (*c != NULL) {
+ c++; argc++;
+ }
-+ bb_applet_name =
"["
;
++ bb_applet_name =
cmd
;
+ exit(a->main(argc, argv));
+ }
#ifdef CONFIG_FEATURE_SH_STANDALONE_SHELL
+ exit(a->main(argc, argv));
+ }
#ifdef CONFIG_FEATURE_SH_STANDALONE_SHELL
This page took
0.024886 seconds
and
4
git commands to generate.