From 05b7e06a1c54c585c2e2f2a51ef43a10dc31fafd Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 23:13:05 +0000 Subject: (struct proc): Add p_sigcode. --- proc/proc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/proc/proc.h b/proc/proc.h index 2afb3e6c..b3fe7e8a 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -63,6 +63,7 @@ struct proc /* Miscellaneous information */ vm_address_t p_argv, p_envp; int p_status; /* to return via wait */ + int p_sigcode; int p_exec:1; /* has called proc_mark_exec */ int p_stopped:1; /* has called proc_mark_stop */ -- cgit v1.2.3