diff options
Diffstat (limited to 'applets/busybox.c')
-rw-r--r-- | applets/busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 03a2525a3..5085556d6 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #define BB_DECLARE_EXTERN | 10 | #define BB_DECLARE_EXTERN |
11 | #include "messages.c" | 11 | #include "messages.c" |
12 | 12 | ||
13 | static int been_there_done_that = 0; | 13 | int been_there_done_that = 0; /* Also used in applets.c */ |
14 | const char *applet_name; | 14 | const char *applet_name; |
15 | 15 | ||
16 | #ifdef BB_FEATURE_INSTALLER | 16 | #ifdef BB_FEATURE_INSTALLER |