diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-27 07:59:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-27 07:59:10 +0000 |
commit | c1d430696800997b89a1f9cd60d0e7895879dcbc (patch) | |
tree | 1dbc10ef3933fb1205aa5abbd8355bfee8618632 /sys/arch/hp300/dev | |
parent | f70b9c62db0027472ef8cd9d124975f88b3aef20 (diff) |
native emul is now called "native"
Diffstat (limited to 'sys/arch/hp300/dev')
-rw-r--r-- | sys/arch/hp300/dev/hil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/hil.c b/sys/arch/hp300/dev/hil.c index 3b41473254b..bf93d1eec0a 100644 --- a/sys/arch/hp300/dev/hil.c +++ b/sys/arch/hp300/dev/hil.c @@ -246,7 +246,7 @@ hilclose(dev, flags, mode, p) u_char device = HILUNIT(dev); char mask, lpctrl; int s; - extern struct emul emul_netbsd; + extern struct emul emul_native; #ifdef DEBUG if (hildebug & HDB_FOLLOW) @@ -257,7 +257,7 @@ hilclose(dev, flags, mode, p) if (device && (dptr->hd_flags & HIL_PSEUDO)) return (0); - if (p && p->p_emul == &emul_netbsd) { + if (p && p->p_emul == &emul_native) { /* * If this is the loop device, * free up all queues belonging to this process. |