Remove leftovers of block_device, which disapperared around

busybox 0.28.
 -Erik
This commit is contained in:
Eric Andersen 2000-07-06 19:46:22 +00:00
parent a5dbb39dac
commit 62bb2d02b6
3 changed files with 0 additions and 7 deletions

View File

@ -39,9 +39,6 @@ const struct BB_applet applets[] = {
{"basename", basename_main, _BB_DIR_USR_BIN},
#endif
{"busybox", busybox_main, _BB_DIR_BIN},
#ifdef BB_BLOCK_DEVICE
{"block_device", block_device_main, _BB_DIR_SBIN},
#endif
#ifdef BB_CAT
{"cat", cat_main, _BB_DIR_BIN},
#endif

View File

@ -39,9 +39,6 @@ const struct BB_applet applets[] = {
{"basename", basename_main, _BB_DIR_USR_BIN},
#endif
{"busybox", busybox_main, _BB_DIR_BIN},
#ifdef BB_BLOCK_DEVICE
{"block_device", block_device_main, _BB_DIR_SBIN},
#endif
#ifdef BB_CAT
{"cat", cat_main, _BB_DIR_BIN},
#endif

View File

@ -102,7 +102,6 @@ extern const struct BB_applet applets[];
extern int ar_main(int argc, char **argv);
extern int basename_main(int argc, char **argv);
extern int busybox_main(int argc, char** argv);
extern int block_device_main(int argc, char** argv);
extern int cat_main(int argc, char** argv);
extern int chmod_chown_chgrp_main(int argc, char** argv);
extern int chroot_main(int argc, char** argv);