svn commit: trunk/busybox/shell

vodz at busybox.net vodz at busybox.net
Thu Sep 22 14:35:33 UTC 2005


Author: vodz
Date: 2005-09-22 07:35:29 -0700 (Thu, 22 Sep 2005)
New Revision: 11579

Log:
Reduce exported from lash applet

Modified:
   trunk/busybox/shell/lash.c


Changeset:
Modified: trunk/busybox/shell/lash.c
===================================================================
--- trunk/busybox/shell/lash.c	2005-09-22 14:33:15 UTC (rev 11578)
+++ trunk/busybox/shell/lash.c	2005-09-22 14:35:29 UTC (rev 11579)
@@ -778,7 +778,7 @@
 	return b;
 }
 
-char * strsep_space( char *string, int * ix)
+static char * strsep_space( char *string, int * ix)
 {
 	char *token, *begin;
 
@@ -1560,7 +1560,7 @@
 }
 
 #ifdef CONFIG_FEATURE_CLEAN_UP
-void free_memory(void)
+static void free_memory(void)
 {
 	if (cwd && cwd!=bb_msg_unknown) {
 		free((char*)cwd);




More information about the busybox-cvs mailing list