diff options
author | John Beppu | 1999-12-22 17:57:31 +0000 |
---|---|---|
committer | John Beppu | 1999-12-22 17:57:31 +0000 |
commit | 019513a59ffd966cca51d6616757295a46869e4a (patch) | |
tree | 5d03c4e7c4ba676fef529c52a4a55c46e246259e /busybox.def.h | |
parent | 38efa7902e7d266fbc78e1d39780ca0866d98dad (diff) | |
download | busybox-019513a59ffd966cca51d6616757295a46869e4a.zip busybox-019513a59ffd966cca51d6616757295a46869e4a.tar.gz |
added hooks for sort
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 3a64c1a..3c290f7 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -64,6 +64,7 @@ //#define BB_SFDISK #define BB_SED #define BB_SLEEP +#define BB_SORT #define BB_SWAPONOFF #define BB_SYNC #define BB_SYSLOGD |