summaryrefslogtreecommitdiff
path: root/sys/conf/GENERIC
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-09-17 17:04:28 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-09-17 17:04:28 +0000
commit42e1aa76a931acaa0d6ed1ea02fda14a15c858ea (patch)
treea90bc1919f70034df38de98c607be5d6ae56edd6 /sys/conf/GENERIC
parent03e8a802f4b4fd9af598e8c066566e0520473f43 (diff)
No need to define TIMEZONE and DST to 0 here, param.c does that automagically.
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r--sys/conf/GENERIC4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index dfae1f2577e..ce0242f6e7f 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,12 +1,10 @@
-# $OpenBSD: GENERIC,v 1.84 2001/08/09 14:32:59 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.85 2001/09/17 17:04:27 art Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
#option INSECURE # default to secure
-option TIMEZONE=0 # time zone to adjust RTC time by
-option DST=0 # daylight saving time used by RTC
option NTP # hooks supporting the Network Time Protocol
option DDB # in-kernel debugger