[Fwd: [PATCH] jiffies must be unsigned long]

From: Arjan van de Ven
Date: Tue Apr 06 2004 - 07:24:09 EST



> - for(i=jiffies+HZ/100;time_before(jiffies, i););
> + for(t=jiffies+HZ/100;time_before(jiffies, t););

how nice... but ehm... if you fix it why not really fix it ???

Attachment: signature.asc
Description: This is a digitally signed message part