ps --ppid

This commit is contained in:
albert
2003-02-09 07:31:11 +00:00
parent b8e27a1ecf
commit f5702f2c75
7 changed files with 16 additions and 1 deletions

View File

@@ -102,6 +102,7 @@ static int proc_was_listed(proc_t *buf){
break; case SEL_PGRP: return_if_match(pgrp,pid);
break; case SEL_PID : return_if_match(pid,pid);
break; case SEL_PPID: return_if_match(ppid,ppid);
break; case SEL_TTY : return_if_match(tty,tty);
break; case SEL_SESS: return_if_match(session,pid);