diff options
author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-22 14:35:29 +0000 |
---|---|---|
committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-22 14:35:29 +0000 |
commit | 6d24d27490307f09667eb7cb171b7ed9a929837b (patch) | |
tree | 9298f179dafc263545e7c1cd234880b5a755aff9 /shell | |
parent | 2e7ee5dbd21bbb8bf230a6ec9fb75fc33964d6a9 (diff) | |
download | busybox-w32-6d24d27490307f09667eb7cb171b7ed9a929837b.tar.gz busybox-w32-6d24d27490307f09667eb7cb171b7ed9a929837b.tar.bz2 busybox-w32-6d24d27490307f09667eb7cb171b7ed9a929837b.zip |
Reduce exported from lash applet
git-svn-id: svn://busybox.net/trunk/busybox@11579 69ca8d6d-28ef-0310-b511-8ec308f3f277
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); |