From cb91d69b3fae0597793d38405f64ce2e64de2b4c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 1 Sep 2000 18:43:02 +0000 Subject: [PATCH] Fix compile when BB_FEATURE_LINUXRC is defined -Erik --- applets/busybox.c | 2 +- busybox.c | 2 +- 2 files changed, 2 insertions(+), 2 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[] = { {"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}, 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},