From a16acc46edc2de105156e6e78405805b1c2e7aa5 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 25 Apr 2006 05:40:16 +0000 Subject: that extern was needed for now, miod --- sys/arch/mvme68k/mvme68k/machdep.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/mvme68k/mvme68k/machdep.c b/sys/arch/mvme68k/mvme68k/machdep.c index 7c5e1bd8174..fd1bdf04889 100644 --- a/sys/arch/mvme68k/mvme68k/machdep.c +++ b/sys/arch/mvme68k/mvme68k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.95 2006/04/21 22:21:54 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.96 2006/04/25 05:40:15 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -203,6 +203,8 @@ mvme68k_init() void consinit() { + extern void db_machine_init(void); + /* * Initialize the console before we print anything out. */ -- cgit v1.2.3