Add 32-bit compat for kinfo_proc's ki_tdaddr.
This appears to have been an oversight in r213536. Reviewed by: markj MFC after: 1 week Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D11521
This commit is contained in:
parent
fab5d327e8
commit
5339426e33
@ -1301,6 +1301,7 @@ freebsd32_kinfo_proc_out(const struct kinfo_proc *ki, struct kinfo_proc32 *ki32)
|
||||
PTRTRIM_CP(*ki, *ki32, ki_pcb);
|
||||
PTRTRIM_CP(*ki, *ki32, ki_kstack);
|
||||
PTRTRIM_CP(*ki, *ki32, ki_udata);
|
||||
PTRTRIM_CP(*ki, *ki32, ki_tdaddr);
|
||||
CP(*ki, *ki32, ki_sflag);
|
||||
CP(*ki, *ki32, ki_tdflags);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user