diff options
author | Eric Andersen | 2000-07-07 20:54:30 +0000 |
---|---|---|
committer | Eric Andersen | 2000-07-07 20:54:30 +0000 |
commit | e6b9dfa96730d9cedfb1f22a4bc0f3bcb6949ea6 (patch) | |
tree | 770f9754e5f23af81d0efd9975c0a03feeb6cabb /busybox.def.h | |
parent | 53a955786d71ba891cf98e5c5e4bcbbc6f0ded3e (diff) | |
download | busybox-e6b9dfa96730d9cedfb1f22a4bc0f3bcb6949ea6.zip busybox-e6b9dfa96730d9cedfb1f22a4bc0f3bcb6949ea6.tar.gz |
Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn't
maintain it very well, so including it was not very appropriate. Those wanting
an fdisk are invited to grab a copy from util-linux.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index 9b5a85b..ee58369 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -77,7 +77,6 @@ #define BB_RMMOD #define BB_SED #define BB_SETKEYCODES -#define BB_SFDISK #define BB_SH #define BB_SLEEP #define BB_SORT |