Messages in this thread |  | | | Subject | Re: Allow debuger to examine real parent | | From | Mike Coleman <> | | Date | 09 Mar 2000 12:50:09 -0600 |
| |
Pavel Machek <pavel@suse.cz> writes: > - p->pid, p->p_pptr->pid, > + p->pid, p->p_opptr->pid, p->p_pptr->pid != p->p_opptr->pid ? p->p_opptr->pid : 0,
Pavel, I think you meant
> + p->pid, p->p_opptr->pid, p->p_pptr->pid != p->p_opptr->pid ? p->p_pptr->pid : 0, ^ ^ ^ --Mike
-- Any sufficiently adverse technology is indistinguishable from Microsoft.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
|  |