mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
2005-06-23 Thorsten Kukuk <kukuk@suse.de>
[BZ #1109] * nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR with own translation.
This commit is contained in:
parent
dc55ff815d
commit
47919fd5b5
@ -143,8 +143,8 @@ receive_print_stats (void)
|
||||
int fd;
|
||||
int i;
|
||||
uid_t uid = getuid ();
|
||||
const char *yesstr = nl_langinfo (YESSTR);
|
||||
const char *nostr = nl_langinfo (NOSTR);
|
||||
const char *yesstr = _("yes");
|
||||
const char *nostr = _("no");
|
||||
|
||||
/* Find out whether there is another user but root allowed to
|
||||
request statistics. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user