summaryrefslogtreecommitdiff
path: root/sys/conf/param.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-04-19 07:31:25 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-04-19 07:31:25 +0000
commit306aa77a616143c21e93ad840b3ae732733233ba (patch)
treec7cf8e5a30b0289cf029f3e3fb8eb0a0232fe699 /sys/conf/param.c
parenta73e733d83149df9a827961a6864c1416bf10b48 (diff)
Make kernel config again.
at least isa,eisa,pci ocnfigs were affected.
Diffstat (limited to 'sys/conf/param.c')
-rw-r--r--sys/conf/param.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/conf/param.c b/sys/conf/param.c
index 28f04ec7370..a91c9e1d3d2 100644
--- a/sys/conf/param.c
+++ b/sys/conf/param.c
@@ -1,4 +1,5 @@
-/* $NetBSD: param.c,v 1.15 1995/03/08 00:54:44 cgd Exp $ */
+/* $OpenBSD: param.c,v 1.2 1996/04/19 07:31:24 mickey Exp $ */
+/* $NetBSD: param.c,v 1.16 1996/03/12 03:08:40 mrg Exp $ */
/*
* Copyright (c) 1980, 1986, 1989 Regents of the University of California.
@@ -75,6 +76,12 @@
* Compiled with -DHZ=xx -DTIMEZONE=x -DDST=x -DMAXUSERS=xx
*/
+#ifndef TIMEZONE
+# define TIMEZONE 0
+#endif
+#ifndef DST
+# define DST 0
+#endif
#ifndef HZ
#define HZ 100
#endif