]> git.pld-linux.org Git - packages/glibc.git/commitdiff
fixes
authorankry <ankry@pld-linux.org>
Mon, 2 Aug 2004 05:59:15 +0000 (05:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-new-charsets.patch -> 1.6

glibc-new-charsets.patch

index ea1289306832b0d8721f5e3055669e9e4bc121c4..9f84432bc9b7051903ffd1f39a61c9ca5becf08e 100644 (file)
@@ -282,7 +282,7 @@ diff -uNr libc/iconvdata/iso8859-7-euro.c libc.charsets/iconvdata/iso8859-7-euro
 +
 +/* Get the conversion table.  */
 +#include <stdint.h>
-+#include <iso8859-7-euro.h>
++#define TABLES <iso8859-7-euro.h>
 +
 +#define CHARSET_NAME "ISO-8859-7-EURO//"
 +#define HAS_HOLES     1       /* Not all 256 character are defined.  */
@@ -896,10 +896,10 @@ diff -uNr libc/iconvdata/koi8-c.c libc.charsets/iconvdata/koi8-c.c
 +   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 +   Boston, MA 02111-1307, USA.  */
 +
-+#include <stdint.h>
 +
 +/* Get the conversion table.  */
-+#define TABLES <koi8-c.h>
++#include <stdint.h>
++#include <koi8-c.h>
 +
 +#define CHARSET_NAME  "KOI8-C//"
 +#define HAS_HOLES     0       /* All 256 character are defined.  */
This page took 0.046614 seconds and 4 git commands to generate.