mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
Graphen gefixt.
Bootlogo zur Iso hinzugefuegt. Memtest hinzugefuegt. (Kann man sicherlich mal brauchen denke ich.) git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@368 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
11
src/patches/uClibc-gcc4-genwctype.patch
Normal file
11
src/patches/uClibc-gcc4-genwctype.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- uClibc-0.9.28/extra/locale/gen_wctype.c.orig 2005-08-18 00:49:41.000000000 +0200
|
||||
+++ uClibc-0.9.28/extra/locale/gen_wctype.c 2005-12-09 16:29:53.000000000 +0100
|
||||
@@ -796,6 +796,7 @@
|
||||
ti[i] = ut + j;
|
||||
j += blocksize;
|
||||
}
|
||||
+ memset(uniqblock, 0, sizeof(uniqblock));
|
||||
|
||||
/* sort */
|
||||
nu_val = blocksize;
|
||||
|
||||
Reference in New Issue
Block a user