diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-21 00:09:37 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-21 00:09:37 +0000 |
commit | fcdb00f7359488d197ac3361dfbc49ccdead8b87 (patch) | |
tree | f9dae67bb1b22c7249c24e20b7f4ae82ec824d52 /coreutils/wc.c | |
parent | 6c85ddc8509e4b72ca5b4e47ca5085101a02f07c (diff) | |
download | busybox-w32-fcdb00f7359488d197ac3361dfbc49ccdead8b87.tar.gz busybox-w32-fcdb00f7359488d197ac3361dfbc49ccdead8b87.tar.bz2 busybox-w32-fcdb00f7359488d197ac3361dfbc49ccdead8b87.zip |
httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!
Diffstat (limited to 'coreutils/wc.c')
-rw-r--r-- | coreutils/wc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/wc.c b/coreutils/wc.c index 4b76e5499..973929ebe 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c | |||
@@ -44,8 +44,6 @@ | |||
44 | #include "busybox.h" | 44 | #include "busybox.h" |
45 | 45 | ||
46 | #ifdef CONFIG_LOCALE_SUPPORT | 46 | #ifdef CONFIG_LOCALE_SUPPORT |
47 | #include <locale.h> | ||
48 | #include <ctype.h> | ||
49 | #define isspace_given_isprint(c) isspace(c) | 47 | #define isspace_given_isprint(c) isspace(c) |
50 | #else | 48 | #else |
51 | #undef isspace | 49 | #undef isspace |