1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

Restore the ABI of struct kinfo_proc32 after r213536.

MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2010-12-19 21:18:33 +00:00
parent 24e75069cd
commit da86244d0d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216572

View File

@ -328,6 +328,7 @@ struct kinfo_proc32 {
uint32_t ki_pcb;
uint32_t ki_kstack;
uint32_t ki_udata;
uint32_t ki_tdaddr;
uint32_t ki_spareptrs[KI_NSPARE_PTR]; /* spare room for growth */
int ki_sparelongs[KI_NSPARE_LONG];
int ki_sflag;