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

@@ -40,6 +40,7 @@
#define SEL_TTY 11
#define SEL_SESS 12
#define SEL_COMM 13
#define SEL_PPID 14
/* Since an enum could be smashed by a #define, it would be bad. */
#define U98 0 /* Unix98 standard */ /* This must be 0 */
@@ -143,6 +144,7 @@
typedef union sel_union {
pid_t pid;
pid_t ppid;
uid_t uid;
gid_t gid;
dev_t tty;