aboutsummaryrefslogtreecommitdiff
path: root/applets/busybox.c
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-17 01:12:41 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-17 01:12:41 +0000
commit46f13d37dfb7d773e67cf7141cac19776157497c (patch)
treead754ea972e52bb21db4323d916bacfb4f1c3f07 /applets/busybox.c
parent77c61decf051a833581bd28d4fded29ef976f08b (diff)
downloadbusybox-w32-46f13d37dfb7d773e67cf7141cac19776157497c.tar.gz
busybox-w32-46f13d37dfb7d773e67cf7141cac19776157497c.tar.bz2
busybox-w32-46f13d37dfb7d773e67cf7141cac19776157497c.zip
Several fixes.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@409 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets/busybox.c')
-rw-r--r--applets/busybox.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 7582647d5..ee745e73e 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -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
11static int been_there_done_that = 0; 7static 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