Move tz_minuteswest and tz_dsttime to subr_clock.c

This commit is contained in:
Poul-Henning Kamp 2006-10-02 16:06:26 +00:00
parent 1997f96b85
commit 94d67e0fb8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162960
2 changed files with 3 additions and 3 deletions

View File

@ -62,9 +62,6 @@ __FBSDID("$FreeBSD$");
#define MAX_CLOCKS (CLOCK_MONOTONIC+1)
int tz_minuteswest;
int tz_dsttime;
static struct kclock posix_clocks[MAX_CLOCKS];
static uma_zone_t itimer_zone = NULL;

View File

@ -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.