From b3adad5bd69f6c98e87942ad44c1386640e04c34 Mon Sep 17 00:00:00 2001 From: briggs Date: Sat, 16 Dec 1995 16:30:04 +0000 Subject: [PATCH] Declare emul_sunos so '040 cache flush will compile. --- sys/arch/mac68k/mac68k/machdep.c | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.20.1