2007/3/27, FoX <[EMAIL PROTECTED]>:
> You could just simply checkout gumstix at revision 1181 (the last
> revision this patch was available on).
> I tested it and it works as expected.
> If you're unable to retrieve this file, I may be able to upload it
> somewhere for you, just ask me.

BTW the patch seems very tiny, here it is :

--- uClibc-0.9.28/ldso/include/dl-string.h.vanilla      2006-04-02
17:18:31.363080250 +0200
+++ uClibc-0.9.28/ldso/include/dl-string.h      2006-04-02 17:18:58.144754000 
+0200
@@ -228,7 +228,8 @@
            char temp;
            do_rem(temp, i, 10);
            *--p = '0' + temp;
-           i /= 10;
+           i /= 2;
+           i *= -(-1ul / 5ul);
        } while (i > 0);
        return p;
 }


-- 
Guillaume LECERF
GeeXboX developer
_______________________________________________
uClibc mailing list
[EMAIL PROTECTED]
http://busybox.net/cgi-bin/mailman/listinfo/uclibc

Reply via email to