diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-02-07 05:53:48 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-02-07 05:53:48 +0000 |
commit | 79ac30da83dfb16babbfc6d450a421f91752b3c8 (patch) | |
tree | 8f1c818400bd717c1a4faa437b9eeaf4b4f32821 | |
parent | d7cd21aed531696aae1ebeeb95dd012c1a2e1e5c (diff) | |
download | busybox-w32-79ac30da83dfb16babbfc6d450a421f91752b3c8.tar.gz busybox-w32-79ac30da83dfb16babbfc6d450a421f91752b3c8.tar.bz2 busybox-w32-79ac30da83dfb16babbfc6d450a421f91752b3c8.zip |
Forgot cp and mv are now cp_mv
-Erik
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h index 306c87762..8e26b1492 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -12,7 +12,7 @@ | |||
12 | #define BB_CHROOT | 12 | #define BB_CHROOT |
13 | #define BB_CHVT | 13 | #define BB_CHVT |
14 | #define BB_CLEAR | 14 | #define BB_CLEAR |
15 | #define BB_CP | 15 | #define BB_CP_MV |
16 | #define BB_DATE | 16 | #define BB_DATE |
17 | #define BB_DD | 17 | #define BB_DD |
18 | #define BB_DEALLOCVT | 18 | #define BB_DEALLOCVT |
@@ -59,7 +59,6 @@ | |||
59 | #define BB_NFSMOUNT | 59 | #define BB_NFSMOUNT |
60 | //#define BB_MT | 60 | //#define BB_MT |
61 | //#define BB_MTAB | 61 | //#define BB_MTAB |
62 | #define BB_MV | ||
63 | #define BB_NSLOOKUP | 62 | #define BB_NSLOOKUP |
64 | #define BB_PING | 63 | #define BB_PING |
65 | #define BB_POWEROFF | 64 | #define BB_POWEROFF |