Fix the timerset(Tval) mitmach problem Notes: Sat Mar 22 14:38:45 EDT 2008 geoff This needs much more explanation. What problem do you think you're fixing? The patch appears to introduce type errors and not do anything else. Reference: /n/sources/patch/sorry/portfns-timerset-problem Date: Sat Mar 22 00:18:27 CET 2008 Signed-off-by: kix@kix.es Reviewed-by: geoff --- /sys/src/9/port/portfns.h Sat Mar 22 00:17:50 2008 +++ /sys/src/9/port/portfns.h Sat Mar 22 00:17:19 2008 @@ -329,8 +329,8 @@ void timerdel(Timer*); void timersinit(void); void timerintr(Ureg*, Tval); -void timerset(Tval); ulong tk2ms(ulong); +void timerset(uvlong); #define TK2MS(x) ((x)*(1000/HZ)) uvlong tod2fastticks(vlong); vlong todget(vlong*);