summaryrefslogtreecommitdiffstats
path: root/login-utils/agetty.c
diff options
context:
space:
mode:
Diffstat (limited to 'login-utils/agetty.c')
-rw-r--r--login-utils/agetty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/login-utils/agetty.c b/login-utils/agetty.c
index 8c5de6ef6..3b6de7178 100644
--- a/login-utils/agetty.c
+++ b/login-utils/agetty.c
@@ -890,6 +890,7 @@ do_prompt(op, tp)
case 'd':
case 't':
{
+ /* TODO: use nl_langinfo() */
char *weekday[] = { "Sun", "Mon", "Tue", "Wed", "Thu",
"Fri", "Sat" };
char *month[] = { "Jan", "Feb", "Mar", "Apr", "May",