mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
Fix compile when BB_FEATURE_LINUXRC is defined
-Erik
This commit is contained in:
parent
73bdf13d35
commit
cb91d69b3f
2 changed files with 2 additions and 2 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},
|
||||
|
|
|
|||
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Reference in a new issue