From defec35eeeea5f46e87dce98f612d2ba9edc5608 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 23 Nov 1993 17:19:37 +0000 Subject: Formerly hurd_types.h.~81~ --- hurd/hurd_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hurd') 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. */ -- cgit v1.2.3