diff options
author | 1995-12-01 18:24:50 +0000 | |
---|---|---|
committer | 1995-12-01 18:24:50 +0000 | |
commit | afe9b3696f57e1c1602096469b085a33c456b210 (patch) | |
tree | 391f0257f93918efa940514cd59220513c267945 | |
parent | fixed ddb, improved fifo handling, new still-not-working dma support (diff) | |
download | wireguard-openbsd-afe9b3696f57e1c1602096469b085a33c456b210.tar.xz wireguard-openbsd-afe9b3696f57e1c1602096469b085a33c456b210.zip |
Oops, forgot to declare emul_sunos
-rw-r--r-- | sys/arch/amiga/amiga/machdep.c | 4 |
1 files changed, 4 insertions, 0 deletions
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) */ |