Deleted Added
full compact
39c39
< * $Id$
---
> * $Id: kern_clock.c,v 1.3 1994/08/02 07:41:54 davidg Exp $
55a56,75
> /* Does anybody else really care about these? */
> struct callout *callfree, *callout, calltodo;
> int ncallout;
>
> /* Some of these don't belong here, but it's easiest to concentrate them. */
> long cp_time[CPUSTATES];
> long dk_seek[DK_NDRIVE];
> long dk_time[DK_NDRIVE];
> long dk_wds[DK_NDRIVE];
> long dk_wpms[DK_NDRIVE];
> long dk_xfer[DK_NDRIVE];
>
> int dk_busy;
> int dk_ndrive = DK_NDRIVE;
>
> long tk_cancc;
> long tk_nin;
> long tk_nout;
> long tk_rawcc;
>
260c280
< void (*ftn) __P((void *));
---
> timeout_t ftn;
305c325
< void (*ftn) __P((void *));
---
> timeout_t ftn;
403,404d422
< int dk_ndrive = DK_NDRIVE;
<