<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2>Goodnight,
<BR>
<BR>I find 4 errors in difftime.c file in line 35 and 37 :
<BR>
<BR>       line 35 : if (sizeof time_t < sizeof double)  --> if ( sizeof(time_t) < sizeof(double))
<BR>       line 37 : if (sizeof time_t < sizeof long_double) --> if (sizeof(time_t) <        sizeof(long_double))
<BR>
<BR>excuse me for my english, it is very lad    Tanks
<BR>
<BR>M. ZHITI</FONT></HTML>