summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-06-07 14:14:39 +0000
committerphk <phk@FreeBSD.org>1998-06-07 14:14:39 +0000
commite56e77d552cb79bf779e5d4dd143b431ad2d0a7b (patch)
treecfa1174548882c6d3e969daa5ff1a5c495efe9d1
parentf9eeff8a6c9f79c97d469ab0b85ae142ccef0b6d (diff)
downloadFreeBSD-src-e56e77d552cb79bf779e5d4dd143b431ad2d0a7b.zip
FreeBSD-src-e56e77d552cb79bf779e5d4dd143b431ad2d0a7b.tar.gz
Sigh, all good words are reserved words these days...
s/private/priv/ Noticed by: sos
-rw-r--r--sys/sys/time.h4
-rw-r--r--sys/sys/timetc.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/time.h b/sys/sys/time.h
index c7e11e3..b31b7d7 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 c7e11e3..b31b7d7 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;
OpenPOWER on IntegriCloud