TODO: add request to use nl_langinfo()

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2008-12-12 14:41:34 +01:00
parent ad067f1625
commit 12318be41b
2 changed files with 4 additions and 0 deletions

3
TODO
View File

@ -59,6 +59,9 @@ v2.15:
v2.??:
=====
* agetty: use nl_langinfo() for days and months rather than hardcoded
English names.
* rewrite ipcs to use /proc/sys/kernel rather than unreliable syscalls
(there are problems with 32bit userspace on 64bit kernel)

View File

@ -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",