]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-missing-nls.patch
- rel 6; update fixes from upstream
[packages/glibc.git] / glibc-missing-nls.patch
1 --- glibc-2.3.1/sunrpc/rpc_main.c.orig  Fri Nov  2 03:15:17 2001
2 +++ glibc-2.3.1/sunrpc/rpc_main.c       Mon Nov 11 14:07:24 2002
3 @@ -38,6 +38,7 @@
4  #include <stdio.h>
5  #include <string.h>
6  #include <unistd.h>
7 +#include <locale.h>
8  #include <libintl.h>
9  #include <ctype.h>
10  #include <sys/types.h>
11 @@ -185,6 +185,9 @@
12  {
13    struct commandline cmd;
14  
15 +  setlocale (LC_ALL, "");
16 +  textdomain ("libc");
17 +
18    (void) memset ((char *) &cmd, 0, sizeof (struct commandline));
19    clear_args ();
20    if (!parseargs (argc, argv, &cmd))
21
This page took 0.029455 seconds and 3 git commands to generate.