diff options
author | Eric Andersen | 2000-09-01 18:43:02 +0000 |
---|---|---|
committer | Eric Andersen | 2000-09-01 18:43:02 +0000 |
commit | cb91d69b3fae0597793d38405f64ce2e64de2b4c (patch) | |
tree | 04b7b7e69ee61aee0aebefcfddf8e72867255afe /busybox.c | |
parent | 73bdf13d35ef618f9f5e63a1d3928fb5f68a20f5 (diff) | |
download | busybox-cb91d69b3fae0597793d38405f64ce2e64de2b4c.zip busybox-cb91d69b3fae0597793d38405f64ce2e64de2b4c.tar.gz |
Fix compile when BB_FEATURE_LINUXRC is defined
-Erik
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}, |