diff options
Diffstat (limited to 'tr.c')
-rw-r--r-- | tr.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -30,9 +30,6 @@ | |||
30 | #include <unistd.h> | 30 | #include <unistd.h> |
31 | #include <sys/types.h> | 31 | #include <sys/types.h> |
32 | #include "busybox.h" | 32 | #include "busybox.h" |
33 | #define BB_DECLARE_EXTERN | ||
34 | #define bb_need_write_error | ||
35 | #include "messages.c" | ||
36 | 33 | ||
37 | static const int ASCII = 0377; | 34 | static const int ASCII = 0377; |
38 | 35 | ||