Subject: CVS commit: src/sys/compat/pecoff
To: None <source-changes@NetBSD.org>
From: Eric Haszlakiewicz <erh@netbsd.org>
List: source-changes
Date: 09/06/2003 22:55:08
Module Name:	src
Committed By:	erh
Date:		Sat Sep  6 22:55:07 UTC 2003

Modified Files:
	src/sys/compat/pecoff: pecoff_exec.c

Log Message:
Use vn_marktext to set the VTEXT flag on the vnode of the executable.
This satisfies the KASSERT at the beginning of vmvmd_map_pagedvn() and avoids
an immediate panic when attempting to execute a PECOFF binary.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/compat/pecoff/pecoff_exec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.