diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-04-25 05:40:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-04-25 05:40:16 +0000 |
commit | a16acc46edc2de105156e6e78405805b1c2e7aa5 (patch) | |
tree | bc99f906074de3bbd13dab306610d29c3d9ef053 /sys/arch | |
parent | 842e2f0d7c795b4a2695add8e933e3bbda3e9eb3 (diff) |
that extern was needed for now, miod
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvme68k/mvme68k/machdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
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. */ |