diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-08-09 20:29:10 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-08-09 20:29:10 +0000 |
commit | 00ed39a99e062bcc27f2c8fc87b9d3600113e079 (patch) | |
tree | 4303aea855ddc4678df68e9259973f459d78c30b | |
parent | 13bcf22156e5d544aef34b49742b84932d6bf12d (diff) |
No options TIMEZONE and DST in GENERIC kernels.
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/hppa64/conf/GENERIC | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index ee31fbe5290..1ae81bf915d 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.128 2009/07/28 12:44:40 claudio Exp $ +# $OpenBSD: GENERIC,v 1.129 2009/08/09 20:29:08 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -33,9 +33,6 @@ option COMPAT_HPUX #option COMPAT_LINUX #option PROCFS # /proc -option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight saving time used by RTC - config bsd swap generic mainbus0 at root # root bus diff --git a/sys/arch/hppa64/conf/GENERIC b/sys/arch/hppa64/conf/GENERIC index b4d0e96acd0..0d43b9c2c34 100644 --- a/sys/arch/hppa64/conf/GENERIC +++ b/sys/arch/hppa64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.15 2008/04/20 17:17:32 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.16 2009/08/09 20:29:09 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -15,8 +15,6 @@ maxusers 80 # estimated number of users option DEBUG option USER_PCICONF # user-space PCI configuration -option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight saving time used by RTC #option COMPAT_HPUX #option COMPAT_LINUX |