diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-09-22 20:01:23 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-09-22 20:01:23 +0000 |
commit | 92a61c1206572f4a6e55baa24e7cdd4f180d4b64 (patch) | |
tree | c5354bb550d20972523bfb5c38b8666df527d75d /busybox.def.h | |
parent | 90f580ad5bde613e01a5ddf2efb5eb2d3a5f6a72 (diff) | |
download | busybox-w32-92a61c1206572f4a6e55baa24e7cdd4f180d4b64.tar.gz busybox-w32-92a61c1206572f4a6e55baa24e7cdd4f180d4b64.tar.bz2 busybox-w32-92a61c1206572f4a6e55baa24e7cdd4f180d4b64.zip |
Add in xargs
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 42ec9064e..a376deead 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -113,6 +113,7 @@ | |||
113 | #define BB_UNAME | 113 | #define BB_UNAME |
114 | #define BB_UNIX2DOS | 114 | #define BB_UNIX2DOS |
115 | #define BB_UPDATE | 115 | #define BB_UPDATE |
116 | #define BB_XARGS | ||
116 | #define BB_YES | 117 | #define BB_YES |
117 | // End of Applications List | 118 | // End of Applications List |
118 | // | 119 | // |