diff options
Diffstat (limited to 'sys/kern/subr_clock.c')
| -rw-r--r-- | sys/kern/subr_clock.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/kern/subr_clock.c b/sys/kern/subr_clock.c index 89ba14ed2d99..9b4b057e82a1 100644 --- a/sys/kern/subr_clock.c +++ b/sys/kern/subr_clock.c @@ -53,6 +53,9 @@ int adjkerntz; /* local offset from GMT in seconds */ int disable_rtc_set; /* disable resettodr() if != 0 */ int wall_cmos_clock; /* wall CMOS clock assumed if != 0 */ +int tz_minuteswest; +int tz_dsttime; + /* * These have traditionally been in machdep, but should probably be moved to * kern. |
