Sigh, all good words are reserved words these days...
s/private/priv/ Noticed by: sos
This commit is contained in:
parent
871e837825
commit
85a2cb8e57
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user