summaryrefslogtreecommitdiff
path: root/intl/l10nflist.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-29 10:16:38 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-29 10:16:38 +0000
commit842d0295a1656d82eff7395682371390f3962e95 (patch)
tree0b0b9bb398f10179413fa739fa8ef57a79037a92 /intl/l10nflist.c
parentf326a706f8ef9f539bf44312ef8c6c5baa2a0ebe (diff)
Update.
* intl/localealias.c (read_alias_file): Use unsigned char for local variables. Remove unused variable tp. * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char * for type of codeset. For loosing Solaris systems. * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset. * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable len if not needed. Patches by Jim Meyering.
Diffstat (limited to 'intl/l10nflist.c')
-rw-r--r--intl/l10nflist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/l10nflist.c b/intl/l10nflist.c
index 5309cc73ed..bd12a0a955 100644
--- a/intl/l10nflist.c
+++ b/intl/l10nflist.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
This file is part of the GNU C Library. Its master source is NOT part of
@@ -355,7 +355,7 @@ _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language,
names. */
const char *
_nl_normalize_codeset (codeset, name_len)
- const char *codeset;
+ const unsigned char *codeset;
size_t name_len;
{
int len = 0;