diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-11-05 01:59:56 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-11-05 01:59:56 +0000 |
| commit | 450ffb44271dbe567126386a7517ad400926271d (patch) | |
| tree | ae3d42ca3a43dfe5238a6503057532919bbbc2a3 /sys/compat | |
| parent | f8d0815040816ac2b741e4974e151fe7712a4acf (diff) | |
Notes
Diffstat (limited to 'sys/compat')
| -rw-r--r-- | sys/compat/pecoff/imgact_pecoff.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/pecoff/imgact_pecoff.c b/sys/compat/pecoff/imgact_pecoff.c index 1d70189fb247..bf05ca82262e 100644 --- a/sys/compat/pecoff/imgact_pecoff.c +++ b/sys/compat/pecoff/imgact_pecoff.c @@ -363,7 +363,8 @@ pecoff_load_file(struct thread * td, const char *file, u_long * addr, u_long * e * Initialize part of the common data */ imgp->proc = td->td_proc; - imgp->uap = NULL; + imgp->userspace_argv = NULL; + imgp->userspace_envv = NULL; imgp->attr = &attr; imgp->firstpage = NULL; |
