[BusyBox-cvs] busybox/applets applets.c,1.22,1.23
Glenn McGrath
bug1 at busybox.net
Sun Feb 22 11:13:30 UTC 2004
Update of /var/cvs/busybox/applets
In directory nail:/tmp/cvs-serv2182/applets
Modified Files:
applets.c
Log Message:
Vodz. last_patch_128
- declare applet_using as static from applets.c
- small correction to cmdedit,
previous version cleared history after Ctrl-C
- small spelling correction (by Friedrich Lobenstock)
Index: applets.c
===================================================================
RCS file: /var/cvs/busybox/applets/applets.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- a/applets.c 17 Feb 2004 10:16:21 -0000 1.22
+++ b/applets.c 22 Feb 2004 11:13:28 -0000 1.23
@@ -37,7 +37,7 @@
#undef PROTOTYPES
#include "applets.h"
-struct BB_applet *applet_using;
+static struct BB_applet *applet_using;
/* The -1 arises because of the {0,NULL,0,-1} entry above. */
const size_t NUM_APPLETS = (sizeof (applets) / sizeof (struct BB_applet) - 1);
More information about the busybox-cvs
mailing list