diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-09-22 14:35:29 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-09-22 14:35:29 +0000 |
commit | 264e771b8bdb4f6ddf9ebd171ce0a88f9b855fb7 (patch) | |
tree | 9298f179dafc263545e7c1cd234880b5a755aff9 /shell | |
parent | 19c370167a4c2286dbb944ae2d558f7c20e16291 (diff) | |
download | busybox-w32-264e771b8bdb4f6ddf9ebd171ce0a88f9b855fb7.tar.gz busybox-w32-264e771b8bdb4f6ddf9ebd171ce0a88f9b855fb7.tar.bz2 busybox-w32-264e771b8bdb4f6ddf9ebd171ce0a88f9b855fb7.zip |
Reduce exported from lash applet
Diffstat (limited to 'shell')
-rw-r--r-- | shell/lash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/lash.c b/shell/lash.c index c4655acd8..f4cadde14 100644 --- a/shell/lash.c +++ b/shell/lash.c | |||
@@ -778,7 +778,7 @@ static char* itoa(register int i) | |||
778 | return b; | 778 | return b; |
779 | } | 779 | } |
780 | 780 | ||
781 | char * strsep_space( char *string, int * ix) | 781 | static char * strsep_space( char *string, int * ix) |
782 | { | 782 | { |
783 | char *token, *begin; | 783 | char *token, *begin; |
784 | 784 | ||
@@ -1560,7 +1560,7 @@ static int busy_loop(FILE * input) | |||
1560 | } | 1560 | } |
1561 | 1561 | ||
1562 | #ifdef CONFIG_FEATURE_CLEAN_UP | 1562 | #ifdef CONFIG_FEATURE_CLEAN_UP |
1563 | void free_memory(void) | 1563 | static void free_memory(void) |
1564 | { | 1564 | { |
1565 | if (cwd && cwd!=bb_msg_unknown) { | 1565 | if (cwd && cwd!=bb_msg_unknown) { |
1566 | free((char*)cwd); | 1566 | free((char*)cwd); |