diff options
Diffstat (limited to 'ps.c')
-rw-r--r-- | ps.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -38,9 +38,6 @@ | |||
38 | #include <string.h> | 38 | #include <string.h> |
39 | #include <sys/ioctl.h> | 39 | #include <sys/ioctl.h> |
40 | #include "busybox.h" | 40 | #include "busybox.h" |
41 | #define BB_DECLARE_EXTERN | ||
42 | #define bb_need_help | ||
43 | #include "messages.c" | ||
44 | 41 | ||
45 | static const int TERMINAL_WIDTH = 79; /* not 80 in case terminal has linefold bug */ | 42 | static const int TERMINAL_WIDTH = 79; /* not 80 in case terminal has linefold bug */ |
46 | 43 | ||