summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files3
-rw-r--r--sys/conf/param.c4
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>