Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Match the prototype in gconvert.c to fix build problems in NetBSD.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Matthias Clasen authored and Matthias Clasen committed Mar 7, 2006
1 parent e9b421f commit b7420e0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -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:
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog.pre-2-10
@@ -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:
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog.pre-2-12
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion glib/gutf8.c
Expand Up @@ -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 ();
Expand Down

0 comments on commit b7420e0

Please sign in to comment.