aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-11-05 17:51:56 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-11-05 17:51:56 +0000
commit670cb89bf4cd20d6bca1b9c6d29fc60142733ad8 (patch)
tree0c35ffffc1443eb8831c156b8636e7d9d90c53af /sys/compat
parent051c41caf14746508a06b9d4a3df18fb002e99b4 (diff)
Notes
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/pecoff/imgact_pecoff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/pecoff/imgact_pecoff.c b/sys/compat/pecoff/imgact_pecoff.c
index bf05ca82262ea..fd9ab262a1dbf 100644
--- a/sys/compat/pecoff/imgact_pecoff.c
+++ b/sys/compat/pecoff/imgact_pecoff.c
@@ -365,6 +365,7 @@ pecoff_load_file(struct thread * td, const char *file, u_long * addr, u_long * e
imgp->proc = td->td_proc;
imgp->userspace_argv = NULL;
imgp->userspace_envv = NULL;
+ imgp->execlabel = NULL;
imgp->attr = &attr;
imgp->firstpage = NULL;