diff options
Diffstat (limited to 'usr/src/uts/common/sys/time.h')
-rw-r--r-- | usr/src/uts/common/sys/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/time.h b/usr/src/uts/common/sys/time.h index 80a966fc5f..ffc2c7dcfb 100644 --- a/usr/src/uts/common/sys/time.h +++ b/usr/src/uts/common/sys/time.h @@ -272,7 +272,7 @@ typedef struct todinfo { } todinfo_t; extern int64_t timedelta; -extern int hrestime_isvalid; +extern int timechanged; extern int tod_needsync; extern kmutex_t tod_lock; extern timestruc_t hrestime; |