Remove leftovers of block_device, which disapperared around
authorEric Andersen <andersen@codepoet.org>
Thu, 6 Jul 2000 19:46:22 +0000 (19:46 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 6 Jul 2000 19:46:22 +0000 (19:46 -0000)
busybox 0.28.
 -Erik

applets/busybox.c
busybox.c
internal.h

index 486ef4d77b0fad777455cd7d1e973e31ba9e8ed7..5c10eb1d917a1ce74dfceea36514cbb6017020be 100644 (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
index 486ef4d77b0fad777455cd7d1e973e31ba9e8ed7..5c10eb1d917a1ce74dfceea36514cbb6017020be 100644 (file)
--- a/busybox.c
+++ b/busybox.c
@@ -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
index 27be05ee284bba86dc5fb1bc693ef00e1eb243c7..362df327093f0618be49bbb6dee839d8d938ee3a 100644 (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);