On Sat, Jan 13, 2001 at 08:15:24AM -0800, Harald Koerfgen wrote:
> Modified files:
> arch/mips/math-emu: dp_add.c dp_cmp.c dp_div.c dp_fint.c
> dp_flong.c dp_frexp.c dp_fsp.c dp_logb.c
> dp_modf.c dp_mul.c dp_scalb.c dp_simple.c
> dp_sqrt.c dp_sub.c dp_tint.c dp_tlong.c
> ieee754.c ieee754dp.c ieee754dp.h
> ieee754sp.c ieee754sp.h sp_add.c sp_cmp.c
> sp_div.c sp_fdp.c sp_fint.c sp_flong.c
> sp_frexp.c sp_logb.c sp_modf.c sp_mul.c
> sp_scalb.c sp_simple.c sp_sqrt.c sp_sub.c
> sp_tint.c sp_tlong.c
>
> Log message:
> o Kernel sources shouldn't include standard headers
> (me, backport from linux-vr)
Useless effort - the code did only include compiler headers; the places with
<stdio.h> were properly protected.
> o Fix typos in sp_flong.c and sp_fint.c
> (Hiroshi Kawashima, backport from linux-vr)
I extracted and forwared the fix to Algorithmics.
Ralf
|