mirror of
https://github.com/sheumann/hush.git
synced 2025-02-15 10:30:53 +00:00
Reduce exported from lash applet
This commit is contained in:
parent
19c370167a
commit
264e771b8b
@ -778,7 +778,7 @@ static char* itoa(register int i)
|
|||||||
return b;
|
return b;
|
||||||
}
|
}
|
||||||
|
|
||||||
char * strsep_space( char *string, int * ix)
|
static char * strsep_space( char *string, int * ix)
|
||||||
{
|
{
|
||||||
char *token, *begin;
|
char *token, *begin;
|
||||||
|
|
||||||
@ -1560,7 +1560,7 @@ static int busy_loop(FILE * input)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_FEATURE_CLEAN_UP
|
#ifdef CONFIG_FEATURE_CLEAN_UP
|
||||||
void free_memory(void)
|
static void free_memory(void)
|
||||||
{
|
{
|
||||||
if (cwd && cwd!=bb_msg_unknown) {
|
if (cwd && cwd!=bb_msg_unknown) {
|
||||||
free((char*)cwd);
|
free((char*)cwd);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user