summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-01-09 14:36:43 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-01-09 14:36:43 +0000
commita72251706b6728b09fcadcc706b405e455eaf668 (patch)
treecf35334fc99888ecfe06bc4879a0bf9e3ecbad3a
parentd5ea308f37a69ea661e81e663c2664d5a686ef34 (diff)
oops, reenable machdep.bios sysctls
-rw-r--r--sys/arch/i386/i386/machdep.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index d12f740c279..2af840ebccb 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.72 1998/01/09 12:33:21 niklas Exp $ */
+/* $OpenBSD: machdep.c,v 1.73 1998/01/09 14:36:42 niklas Exp $ */
/* $NetBSD: machdep.c,v 1.202 1996/05/18 15:54:59 christos Exp $ */
/*-
@@ -121,6 +121,8 @@
extern struct proc *npxproc;
#endif
+#include "bios.h"
+
/* the following is used externally (sysctl_hw) */
char machine[] = "i386"; /* cpu "architecture" */