artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d15b5
)
Oops, forgot to declare emul_sunos
author
niklas
<niklas@openbsd.org>
Fri, 1 Dec 1995 18:24:50 +0000
(18:24 +0000)
committer
niklas
<niklas@openbsd.org>
Fri, 1 Dec 1995 18:24:50 +0000
(18:24 +0000)
sys/arch/amiga/amiga/machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/amiga/amiga/machdep.c
b/sys/arch/amiga/amiga/machdep.c
index
f736d1e
..
9df950e
100644
(file)
--- a/
sys/arch/amiga/amiga/machdep.c
+++ b/
sys/arch/amiga/amiga/machdep.c
@@
-133,6
+133,10
@@
int safepri = PSL_LOWIPL;
extern int freebufspace;
extern u_int lowram;
+#ifdef COMPAT_SUNOS
+extern struct emul emul_sunos;
+#endif
+
/* used in init_main.c */
char *cpu_type = "m68k";
/* the following is used externally (sysctl_hw) */