diff options
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -4,10 +4,6 @@ | |||
4 | #include <string.h> | 4 | #include <string.h> |
5 | #include <errno.h> | 5 | #include <errno.h> |
6 | 6 | ||
7 | #ifndef BB_INIT | ||
8 | #undef BB_FEATURE_LINUXRC | ||
9 | #endif | ||
10 | |||
11 | static int been_there_done_that = 0; | 7 | static int been_there_done_that = 0; |
12 | 8 | ||
13 | /* It has been alledged that doing such things can | 9 | /* It has been alledged that doing such things can |