summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-18 09:48:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-18 09:48:54 +0000
commit56d08276e7b482dfc113ead896d8edac6183658b (patch)
tree93871edb52bb697649aecd6af1dfff462b01d381 /sys
parent41ae123ec2d77615cd0b0476ff62564bd7a4865f (diff)
merge in rev 1.6; emul_native
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/alpha/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c
index bdc0d410c25..86aba6f5c23 100644
--- a/sys/arch/alpha/alpha/machdep.c
+++ b/sys/arch/alpha/alpha/machdep.c
@@ -1460,7 +1460,7 @@ cpu_exec_ecoff_hook(p, epp)
struct exec_package *epp;
{
struct ecoff_exechdr *execp = (struct ecoff_exechdr *)epp->ep_hdr;
- extern struct emul emul_netbsd;
+ extern struct emul emul_native;
#ifdef COMPAT_OSF1
extern struct emul emul_osf1;
#endif
@@ -1473,7 +1473,7 @@ cpu_exec_ecoff_hook(p, epp)
#endif
case ECOFF_MAGIC_NETBSD_ALPHA:
- epp->ep_emul = &emul_netbsd;
+ epp->ep_emul = &emul_native;
break;
default: