Message ID | m13qFZf-001qifC@microdog |
---|---|
State | New, archived |
Headers | show |
Series |
|
Related | show |
--- fs/proc/array.c-dist Fri Sep 1 16:32:17 2000 +++ fs/proc/array.c Mon Oct 30 08:02:35 2000 @@ -157,7 +157,7 @@ "Uid:\t%d\t%d\t%d\t%d\n" "Gid:\t%d\t%d\t%d\t%d\n", get_task_state(p), - p->pid, p->p_opptr->pid, p->p_pptr->pid != p->p_opptr->pid ? p->p_opptr->pid : 0, + p->pid, p->p_opptr->pid, p->p_pptr->pid != p->p_opptr->pid ? p->p_pptr->pid : 0, p->uid, p->euid, p->suid, p->fsuid, p->gid, p->egid, p->sgid, p->fsgid); read_unlock(&tasklist_lock);