diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-18 19:02:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-18 19:02:32 +0000 |
commit | bed30e97005aca748a44806399c646633038daa8 (patch) | |
tree | cdba32234f059656b0279b324ae28c742692cd0c /busybox.def.h | |
parent | 9b5871888989b16f94cbba5dd304ac444def3afd (diff) |
More fixes
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h index 15c8edc43..10a55f409 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -39,12 +39,12 @@ //#define BB_PRINTF #define BB_PWD #define BB_REBOOT -//#define BB_RM +#define BB_RM #define BB_RMDIR #define BB_SLEEP ////#define BB_SWAPOFF //#define BB_SWAPON -//#define BB_SYNC +#define BB_SYNC #define BB_TAR #define BB_TOUCH #define BB_TRUE |