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

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;