projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19c3701
)
Reduce exported from lash applet
author
"Vladimir N. Oleynik"
<dzo@simtreas.ru>
Thu, 22 Sep 2005 14:35:29 +0000
(14:35 -0000)
committer
"Vladimir N. Oleynik"
<dzo@simtreas.ru>
Thu, 22 Sep 2005 14:35:29 +0000
(14:35 -0000)
shell/lash.c
patch
|
blob
|
history
diff --git
a/shell/lash.c
b/shell/lash.c
index c4655acd8850350da8565ac49c173da7d9214f78..f4cadde14261fa50106bfcb6f23013357d0cb06e 100644
(file)
--- a/
shell/lash.c
+++ b/
shell/lash.c
@@
-778,7
+778,7
@@
static char* itoa(register int i)
return b;
}
-char * strsep_space( char *string, int * ix)
+
static
char * strsep_space( char *string, int * ix)
{
char *token, *begin;
@@
-1560,7
+1560,7
@@
static int busy_loop(FILE * input)
}
#ifdef CONFIG_FEATURE_CLEAN_UP
-void free_memory(void)
+
static
void free_memory(void)
{
if (cwd && cwd!=bb_msg_unknown) {
free((char*)cwd);