diff options
author | Erik Andersen | 2000-03-17 01:12:41 +0000 |
---|---|---|
committer | Erik Andersen | 2000-03-17 01:12:41 +0000 |
commit | 6273f655c8e5a1b7233f94fd606ceaed95b9c7a7 (patch) | |
tree | ad754ea972e52bb21db4323d916bacfb4f1c3f07 /busybox.c | |
parent | 161220c4985b8c05a57f09b2693a6cad74d2e81d (diff) | |
download | busybox-6273f655c8e5a1b7233f94fd606ceaed95b9c7a7.zip busybox-6273f655c8e5a1b7233f94fd606ceaed95b9c7a7.tar.gz |
Several fixes.
-Erik
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -4,10 +4,6 @@ #include <string.h> #include <errno.h> -#ifndef BB_INIT -#undef BB_FEATURE_LINUXRC -#endif - static int been_there_done_that = 0; /* It has been alledged that doing such things can |