diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-08-27 00:46:30 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-08-27 00:46:30 +0000 |
commit | 1dad2e7c680d790f94e498bd2ca16f56fd3710a1 (patch) | |
tree | ddff1907cf074ad0be5a25e1f436acf705b36560 /sys/conf | |
parent | 2110bbba1f7606bdf466a78b87c294acd50c6dd0 (diff) |
defopt TIMEZONE
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 3 | ||||
-rw-r--r-- | sys/conf/param.c | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index ab24f749cc3..9c9165302ab 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,9 +1,10 @@ -# $OpenBSD: files,v 1.83 1998/08/27 00:44:40 mickey Exp $ +# $OpenBSD: files,v 1.84 1998/08/27 00:46:28 mickey Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 # MI options +defopt TIMEZONE defopt NTP # generic attributes diff --git a/sys/conf/param.c b/sys/conf/param.c index 0ba4a8c0c0e..2fb8f7056f0 100644 --- a/sys/conf/param.c +++ b/sys/conf/param.c @@ -1,4 +1,4 @@ -/* $OpenBSD: param.c,v 1.4 1998/05/20 22:29:08 downsj Exp $ */ +/* $OpenBSD: param.c,v 1.5 1998/08/27 00:46:29 mickey Exp $ */ /* $NetBSD: param.c,v 1.16 1996/03/12 03:08:40 mrg Exp $ */ /* @@ -41,6 +41,8 @@ * @(#)param.c 7.20 (Berkeley) 6/27/91 */ +#include "opt_timezone.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/socket.h> |