From ce070c7054f4f778763aa8d668f1f92ae896ed05 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Thu, 15 Nov 2001 06:22:31 +0000 Subject: New function vn_marktext - mark a vnode as executing a text image. Use where VTEXT was set in vnode flags before. Doesn't do anything else (yet). --- sys/compat/ibcs2/ibcs2_exec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/compat/ibcs2/ibcs2_exec.c') diff --git a/sys/compat/ibcs2/ibcs2_exec.c b/sys/compat/ibcs2/ibcs2_exec.c index 128cba7df4e..64497eb85cf 100644 --- a/sys/compat/ibcs2/ibcs2_exec.c +++ b/sys/compat/ibcs2/ibcs2_exec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ibcs2_exec.c,v 1.11 2001/11/06 19:53:17 miod Exp $ */ +/* $OpenBSD: ibcs2_exec.c,v 1.12 2001/11/15 06:22:29 art Exp $ */ /* $NetBSD: ibcs2_exec.c,v 1.12 1996/10/12 02:13:52 thorpej Exp $ */ /* @@ -368,7 +368,7 @@ n */ #endif return ETXTBSY; } - epp->ep_vp->v_flag |= VTEXT; + vn_marktext(epp->ep_vp); #endif /* DPRINTF(("VMCMD: addr %x size %d offset %d\n", epp->ep_taddr, -- cgit v1.2.3