diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-09-05 17:37:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-09-05 17:37:48 +0000 |
commit | 1b355ebba68bdd567dd3961a18291dfd9532c2e8 (patch) | |
tree | c4c1cb4ed9cc025e05640e19c0b0a3f86080563a /busybox.def.h | |
parent | 43c8c38bbfe3d25e21f37d899184de52c6dc9c17 (diff) | |
download | busybox-w32-1b355ebba68bdd567dd3961a18291dfd9532c2e8.tar.gz busybox-w32-1b355ebba68bdd567dd3961a18291dfd9532c2e8.tar.bz2 busybox-w32-1b355ebba68bdd567dd3961a18291dfd9532c2e8.zip |
Added expr, from Edward Betts <edward@debian.org>, with some fixups
and docs added by me.
-Erik
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 3ad118dd6..f88851af5 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -27,6 +27,7 @@ | |||
27 | #define BB_DU | 27 | #define BB_DU |
28 | #define BB_DUMPKMAP | 28 | #define BB_DUMPKMAP |
29 | #define BB_ECHO | 29 | #define BB_ECHO |
30 | #define BB_EXPR | ||
30 | #define BB_FBSET | 31 | #define BB_FBSET |
31 | #define BB_FDFLUSH | 32 | #define BB_FDFLUSH |
32 | #define BB_FIND | 33 | #define BB_FIND |