Deleted Added
full compact
37c37
< * $Id: clock.c,v 1.116 1998/03/14 03:11:50 tegge Exp $
---
> * $Id: clock.c,v 1.117 1998/03/16 10:06:58 phk Exp $
239a240
> #ifdef FIXME
240a242,246
> * XXX: This magic doesn't work, but It shouldn't be
> * needed now anyway since we will not be able to
> * aquire the i8254 if it is used for timecounting.
> */
> /*
245a252
> #endif
847c854
< y = time.tv_sec - sec;
---
> y = time_second - sec;
876c883
< tm = time.tv_sec;
---
> tm = time_second;