diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2022-01-17 16:42:28 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2022-01-31 14:46:57 +0000 |
| commit | d247611467e079f34a1a3f762e2a18c00a3f2bdd (patch) | |
| tree | c2c977deb84cd946490a6f4286159e014922ed2d /sys/arm64/linux/linux_sysvec.c | |
| parent | 3b8c26507f7b5325df967abfddc23f38cf940ab6 (diff) | |
Diffstat (limited to 'sys/arm64/linux/linux_sysvec.c')
| -rw-r--r-- | sys/arm64/linux/linux_sysvec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm64/linux/linux_sysvec.c b/sys/arm64/linux/linux_sysvec.c index 50bd53d4b08c..0a56cdc4f299 100644 --- a/sys/arm64/linux/linux_sysvec.c +++ b/sys/arm64/linux/linux_sysvec.c @@ -232,7 +232,7 @@ linux_copyout_strings(struct image_params *imgp, uintptr_t *stack_base) int argc, envc, error; p = imgp->proc; - arginfo = (struct ps_strings *)p->p_sysent->sv_psstrings; + arginfo = (struct ps_strings *)PROC_PS_STRINGS(p); destp = (uintptr_t)arginfo; if (imgp->execpath != NULL && imgp->auxargs != NULL) { |
