aboutsummaryrefslogtreecommitdiff
path: root/applets
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 /applets
parent73bdf13d35ef618f9f5e63a1d3928fb5f68a20f5 (diff)
downloadbusybox-w32-cb91d69b3fae0597793d38405f64ce2e64de2b4c.tar.gz
busybox-w32-cb91d69b3fae0597793d38405f64ce2e64de2b4c.tar.bz2
busybox-w32-cb91d69b3fae0597793d38405f64ce2e64de2b4c.zip
Fix compile when BB_FEATURE_LINUXRC is defined
-Erik
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index d4fbb8990..30ea1121d 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -143,7 +143,7 @@ const struct BB_applet applets[] = {
143 {"length", length_main, _BB_DIR_USR_BIN, length_usage}, 143 {"length", length_main, _BB_DIR_USR_BIN, length_usage},
144#endif 144#endif
145#ifdef BB_LINUXRC 145#ifdef BB_LINUXRC
146 {"linuxrc", init_main, _BB_DIR_ROOT, init_usage}, 146 {"linuxrc", init_main, _BB_DIR_ROOT, NULL},
147#endif 147#endif
148#ifdef BB_LN 148#ifdef BB_LN
149 {"ln", ln_main, _BB_DIR_BIN, ln_usage}, 149 {"ln", ln_main, _BB_DIR_BIN, ln_usage},