aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/cal.c')
-rw-r--r--coreutils/cal.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/coreutils/cal.c b/coreutils/cal.c
index 6f5f0a434..681a88d90 100644
--- a/coreutils/cal.c
+++ b/coreutils/cal.c
@@ -87,9 +87,10 @@ int cal_main(int argc, char **argv)
87 char day_headings[28]; /* 28 for julian, 21 for nonjulian */ 87 char day_headings[28]; /* 28 for julian, 21 for nonjulian */
88 char buf[40]; 88 char buf[40];
89 89
90#ifdef CONFIG_LOCALE_SUPPORT 90// Done in busybox.c, ok to remove?
91 setlocale(LC_TIME, ""); 91//#ifdef CONFIG_LOCALE_SUPPORT
92#endif 92// setlocale(LC_TIME, "");
93//#endif
93 94
94 flags = getopt32(argc, argv, "jy"); 95 flags = getopt32(argc, argv, "jy");
95 96