Change the type of ti_traceme from a char to an int as its

address is passed to ps_pread for reading sizeof(int) bytes.
This commit is contained in:
Marcel Moolenaar 2008-08-13 00:03:35 +00:00
parent 17693f561c
commit fc0053df42
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181651

View File

@ -184,7 +184,7 @@ typedef struct {
int ti_pri;
lwpid_t ti_lid;
char ti_db_suspended;
char ti_traceme;
int ti_traceme;
sigset_t ti_sigmask;
sigset_t ti_pending;
psaddr_t ti_tls;