From: briggs Date: Sat, 16 Dec 1995 16:30:04 +0000 (+0000) Subject: Declare emul_sunos so '040 cache flush will compile. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b3adad5bd69f6c98e87942ad44c1386640e04c34;p=openbsd Declare emul_sunos so '040 cache flush will compile. --- diff --git a/sys/arch/mac68k/mac68k/machdep.c b/sys/arch/mac68k/mac68k/machdep.c index 83999dd5e78..8ed69e6fa4c 100644 --- a/sys/arch/mac68k/mac68k/machdep.c +++ b/sys/arch/mac68k/mac68k/machdep.c @@ -465,6 +465,9 @@ setregs(p, pack, sp, retval) u_long sp; register_t *retval; { +#ifdef COMPAT_SUNOS + extern struct emul emul_sunos; +#endif struct frame *frame; frame = (struct frame *) p->p_md.md_regs;