summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_exec.c')
-rw-r--r--sys/kern/kern_exec.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c
index 59a411b..ea2b811 100644
--- a/sys/kern/kern_exec.c
+++ b/sys/kern/kern_exec.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: kern_exec.c,v 1.20 1995/03/25 01:34:21 davidg Exp $
+ * $Id: kern_exec.c,v 1.21 1995/05/30 08:05:24 rgrimes Exp $
*/
#include <sys/param.h>
@@ -271,9 +271,6 @@ interpret:
p->p_cred->p_svuid = p->p_ucred->cr_uid;
p->p_cred->p_svgid = p->p_ucred->cr_gid;
- /* mark vnode pure text */
- ndp->ni_vp->v_flag |= VTEXT;
-
/*
* Store the vp for use in procfs
*/
OpenPOWER on IntegriCloud