diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-11-23 17:19:37 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-11-23 17:19:37 +0000 |
commit | defec35eeeea5f46e87dce98f612d2ba9edc5608 (patch) | |
tree | 130d251517f04a8e035c42166017df2333d3774e | |
parent | da6b1cb4487adde802b55cfa321cfd5bd345c57b (diff) |
Formerly hurd_types.h.~81~
-rw-r--r-- | hurd/hurd_types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h index 84b1e4b7..d137b4f0 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -192,8 +192,9 @@ typedef int *procinfo_t; #define PI_STOPPED 0x00000001 /* Proc server thinks is stopped */ #define PI_EXECED 0x00000002 /* Has called proc_exec */ #define PI_ORPHAN 0x00000008 /* Process group is orphaned */ +#define PI_NOMSG 0x00000010 /* Process has no message port */ #define PI_SESSLD 0x00000020 /* Session leader */ -#define PI_NOREG 0x00000040 /* Hasn't been registered */ +#define PI_NOTOWNED 0x0000040 /* Process has no owner */ #define PI_NOPARENT 0x0000080 /* Hasn't identified a parent */ /* Types of ports the terminal driver can run on top of. */ |