artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b880006
)
Declare emul_sunos so '040 cache flush will compile.
author
briggs
<briggs@openbsd.org>
Sat, 16 Dec 1995 16:30:04 +0000
(16:30 +0000)
committer
briggs
<briggs@openbsd.org>
Sat, 16 Dec 1995 16:30:04 +0000
(16:30 +0000)
sys/arch/mac68k/mac68k/machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/mac68k/mac68k/machdep.c
b/sys/arch/mac68k/mac68k/machdep.c
index
83999dd
..
8ed69e6
100644
(file)
--- 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;