Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 18 years ago
parent
commit
a6058c692e
1 changed files with 22 additions and 0 deletions
  1. +22
    -0
      package/base/glibc/glibc27/locale-hotfix-gcc43.patch

+ 22
- 0
package/base/glibc/glibc27/locale-hotfix-gcc43.patch

@ -0,0 +1,22 @@
--- ./locale/programs/charmap-kw.h.orig 2008-06-05 12:44:16.000000000 +0200
+++ ./locale/programs/charmap-kw.h 2008-06-05 12:44:33.000000000 +0200
@@ -128,7 +128,7 @@
#ifdef __GNUC__
__inline
#endif
-const struct keyword_t *
+static const struct keyword_t *
charmap_hash (register const char *str, register unsigned int len)
{
static const struct keyword_t wordlist[] =
--- ./locale/programs/locfile-kw.h.orig 2008-06-05 12:44:46.000000000 +0200
+++ ./locale/programs/locfile-kw.h 2008-06-05 12:44:52.000000000 +0200
@@ -128,7 +128,7 @@
#ifdef __GNUC__
__inline
#endif
-const struct keyword_t *
+static const struct keyword_t *
locfile_hash (register const char *str, register unsigned int len)
{
static const struct keyword_t wordlist[] =

Loading…
Cancel
Save