aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2000-06-21 19:06:16 +0000
committerJohn Beppu <beppu@lbox.org>2000-06-21 19:06:16 +0000
commit0021679b0dc5767e0c023b28b36eeb1476dc2364 (patch)
tree04ff8031a2151a0f95040bbc4bdf2f616d68a540 /applets
parentb405dfa54df117201d93dcb7d24e9e9873737da6 (diff)
downloadbusybox-w32-0021679b0dc5767e0c023b28b36eeb1476dc2364.tar.gz
busybox-w32-0021679b0dc5767e0c023b28b36eeb1476dc2364.tar.bz2
busybox-w32-0021679b0dc5767e0c023b28b36eeb1476dc2364.zip
+ added dc (aka the function formerly known as math)
+ did all the housekeeping that this change requires.
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 191dee13f..221ef2a65 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -72,6 +72,9 @@ const struct BB_applet applets[] = {
72#ifdef BB_DATE 72#ifdef BB_DATE
73 {"date", date_main, _BB_DIR_BIN}, 73 {"date", date_main, _BB_DIR_BIN},
74#endif 74#endif
75#ifdef BB_DC
76 {"dc", dc_main, _BB_DIR_USR_BIN},
77#endif
75#ifdef BB_DD 78#ifdef BB_DD
76 {"dd", dd_main, _BB_DIR_BIN}, 79 {"dd", dd_main, _BB_DIR_BIN},
77#endif 80#endif