mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Match the prototype in gconvert.c to fix build problems in NetBSD.
2006-03-07 Matthias Clasen <mclasen@redhat.com> * glib/gutf8.c (_g_charset_get_aliases): Match the prototype in gconvert.c to fix build problems in NetBSD. (#333651, Julio M. Merino Vidal)
This commit is contained in:
parent
e9b421f212
commit
b7420e0847
@ -1,3 +1,9 @@
|
||||
2006-03-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gutf8.c (_g_charset_get_aliases): Match the prototype
|
||||
in gconvert.c to fix build problems in NetBSD. (#333651,
|
||||
Julio M. Merino Vidal)
|
||||
|
||||
2006-03-06 Anders Carlsson <andersca@imendio.com>
|
||||
|
||||
* configure.in:
|
||||
|
@ -1,3 +1,9 @@
|
||||
2006-03-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gutf8.c (_g_charset_get_aliases): Match the prototype
|
||||
in gconvert.c to fix build problems in NetBSD. (#333651,
|
||||
Julio M. Merino Vidal)
|
||||
|
||||
2006-03-06 Anders Carlsson <andersca@imendio.com>
|
||||
|
||||
* configure.in:
|
||||
|
@ -1,3 +1,9 @@
|
||||
2006-03-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gutf8.c (_g_charset_get_aliases): Match the prototype
|
||||
in gconvert.c to fix build problems in NetBSD. (#333651,
|
||||
Julio M. Merino Vidal)
|
||||
|
||||
2006-03-06 Anders Carlsson <andersca@imendio.com>
|
||||
|
||||
* configure.in:
|
||||
|
@ -435,7 +435,7 @@ get_alias_hash (void)
|
||||
/* As an abuse of the alias table, the following routines gets
|
||||
* the charsets that are aliases for the canonical name.
|
||||
*/
|
||||
const char **
|
||||
const char ** G_GNUC_INTERNAL
|
||||
_g_charset_get_aliases (const char *canonical_name)
|
||||
{
|
||||
GHashTable *alias_hash = get_alias_hash ();
|
||||
|
Loading…
Reference in New Issue
Block a user