From: niklas Date: Fri, 1 Dec 1995 18:24:50 +0000 (+0000) Subject: Oops, forgot to declare emul_sunos X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=afe9b3696f57e1c1602096469b085a33c456b210;p=openbsd Oops, forgot to declare emul_sunos --- diff --git a/sys/arch/amiga/amiga/machdep.c b/sys/arch/amiga/amiga/machdep.c index f736d1ec425..9df950ecd35 100644 --- 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) */