diff options
author | John Beppu | 2000-06-21 19:06:16 +0000 |
---|---|---|
committer | John Beppu | 2000-06-21 19:06:16 +0000 |
commit | 0021679b0dc5767e0c023b28b36eeb1476dc2364 (patch) | |
tree | 04ff8031a2151a0f95040bbc4bdf2f616d68a540 /busybox.def.h | |
parent | b405dfa54df117201d93dcb7d24e9e9873737da6 (diff) | |
download | busybox-0021679b0dc5767e0c023b28b36eeb1476dc2364.zip busybox-0021679b0dc5767e0c023b28b36eeb1476dc2364.tar.gz |
+ added dc (aka the function formerly known as math)
+ did all the housekeeping that this change requires.
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index d7756a4..89172ea 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -17,6 +17,7 @@ #define BB_CP_MV #define BB_CUT #define BB_DATE +#define BB_DC #define BB_DD #define BB_DEALLOCVT #define BB_DF @@ -54,7 +55,6 @@ #define BB_LS #define BB_LSMOD #define BB_MAKEDEVS -#define BB_MATH //#define BB_MD5SUM #define BB_MKDIR #define BB_MKFIFO |