From fcdb00f7359488d197ac3361dfbc49ccdead8b87 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 21 Nov 2006 00:09:37 +0000 Subject: httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! --- shell/ash.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shell/ash.c') diff --git a/shell/ash.c b/shell/ash.c index 3c7639707..4fef0f2d3 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -1495,7 +1495,6 @@ static void getoptsreset(const char *); #endif #ifdef CONFIG_LOCALE_SUPPORT -#include static void change_lc_all(const char *value); static void change_lc_ctype(const char *value); #endif -- cgit v1.2.3