aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/linux/linux_sysvec.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-09-20 04:55:06 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-09-20 04:55:06 +0000
commita83ddba96f99e5769c0727995c1a3831a2e24841 (patch)
tree87c6080350a3eb47d4d874e5f4d4a6ae65618a08 /sys/alpha/linux/linux_sysvec.c
parent247c65c27f99447002ff7fc278959c926c80bc91 (diff)
Notes
Diffstat (limited to 'sys/alpha/linux/linux_sysvec.c')
-rw-r--r--sys/alpha/linux/linux_sysvec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/linux/linux_sysvec.c b/sys/alpha/linux/linux_sysvec.c
index 6f93dc8f6f83..7264dca45f27 100644
--- a/sys/alpha/linux/linux_sysvec.c
+++ b/sys/alpha/linux/linux_sysvec.c
@@ -153,8 +153,8 @@ exec_linux_imgact_try(imgp)
if ((error = exec_shell_imgact(imgp)) == 0) {
char *rpath = NULL;
- linux_emul_find(imgp->proc, NULL, linux_emul_path,
- imgp->interpreter_name, &rpath, 0);
+ linux_emul_find(&imgp->proc->p_thread, NULL,/* XXXKSE */
+ linux_emul_path, imgp->interpreter_name, &rpath, 0);
if (rpath != imgp->interpreter_name) {
int len = strlen(rpath) + 1;