aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-01 18:43:02 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-01 18:43:02 +0000
commitcb91d69b3fae0597793d38405f64ce2e64de2b4c (patch)
tree04b7b7e69ee61aee0aebefcfddf8e72867255afe /busybox.c
parent73bdf13d35ef618f9f5e63a1d3928fb5f68a20f5 (diff)
downloadbusybox-cb91d69b3fae0597793d38405f64ce2e64de2b4c.tar.gz
Fix compile when BB_FEATURE_LINUXRC is defined
-Erik
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.c b/busybox.c
index d4fbb8990..30ea1121d 100644
--- a/busybox.c
+++ b/busybox.c
@@ -143,7 +143,7 @@ const struct BB_applet applets[] = {
{"length", length_main, _BB_DIR_USR_BIN, length_usage},
#endif
#ifdef BB_LINUXRC
- {"linuxrc", init_main, _BB_DIR_ROOT, init_usage},
+ {"linuxrc", init_main, _BB_DIR_ROOT, NULL},
#endif
#ifdef BB_LN
{"ln", ln_main, _BB_DIR_BIN, ln_usage},