diff --git a/sys/sys/time.h b/sys/sys/time.h index e17de0474fa..5a0cb5def4b 100644 --- a/sys/sys/time.h +++ b/sys/sys/time.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)time.h 8.5 (Berkeley) 5/4/95 - * $Id: time.h,v 1.32 1998/06/07 20:36:55 phk Exp $ + * $Id: time.h,v 1.33 1998/06/09 13:10:54 phk Exp $ */ #ifndef _SYS_TIME_H_ @@ -139,7 +139,6 @@ struct timecounter { char *tc_name; void *tc_priv; /* These fields will be managed by the generic code. */ - int tc_cost; int32_t tc_adjustment; u_int32_t tc_scale_micro; u_int32_t tc_scale_nano_i; diff --git a/sys/sys/timetc.h b/sys/sys/timetc.h index e17de0474fa..5a0cb5def4b 100644 --- a/sys/sys/timetc.h +++ b/sys/sys/timetc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)time.h 8.5 (Berkeley) 5/4/95 - * $Id: time.h,v 1.32 1998/06/07 20:36:55 phk Exp $ + * $Id: time.h,v 1.33 1998/06/09 13:10:54 phk Exp $ */ #ifndef _SYS_TIME_H_ @@ -139,7 +139,6 @@ struct timecounter { char *tc_name; void *tc_priv; /* These fields will be managed by the generic code. */ - int tc_cost; int32_t tc_adjustment; u_int32_t tc_scale_micro; u_int32_t tc_scale_nano_i;