wrong type :)

This commit is contained in:
apio 2022-10-22 14:40:30 +02:00
parent 189986d23f
commit ac8a23d733

View File

@ -9,7 +9,7 @@ struct pstat
pid_t pt_ppid;
char pt_name[128];
int pt_state;
pid_t pt_time;
long pt_time;
};
#define PT_IDLE 0