From 85a2cb8e57ddc4935531c59e8b40a25aaabd8657 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 7 Jun 1998 14:14:39 +0000 Subject: [PATCH] Sigh, all good words are reserved words these days... s/private/priv/ Noticed by: sos --- sys/sys/time.h | 4 ++-- sys/sys/timetc.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/sys/time.h b/sys/sys/time.h index c7e11e3fe3c3..b31b7d7417e6 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.29 1998/05/28 09:30:28 phk Exp $ + * $Id: time.h,v 1.30 1998/06/07 08:40:53 phk Exp $ */ #ifndef _SYS_TIME_H_ @@ -135,7 +135,7 @@ struct timecounter { unsigned counter_mask; u_int32_t frequency; char *name; - void *private; + void *priv; /* These fields will be managed by the generic code. */ int cost; int32_t adjustment; diff --git a/sys/sys/timetc.h b/sys/sys/timetc.h index c7e11e3fe3c3..b31b7d7417e6 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.29 1998/05/28 09:30:28 phk Exp $ + * $Id: time.h,v 1.30 1998/06/07 08:40:53 phk Exp $ */ #ifndef _SYS_TIME_H_ @@ -135,7 +135,7 @@ struct timecounter { unsigned counter_mask; u_int32_t frequency; char *name; - void *private; + void *priv; /* These fields will be managed by the generic code. */ int cost; int32_t adjustment;