diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/proc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index bc2a43962d8..0076a2fd209 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.h,v 1.144 2011/10/15 23:35:29 guenther Exp $ */ +/* $OpenBSD: proc.h,v 1.145 2011/10/18 01:06:15 dlg Exp $ */ /* $NetBSD: proc.h,v 1.44 1996/04/22 01:23:21 christos Exp $ */ /*- @@ -370,7 +370,7 @@ struct proc { ("\20\02CONTROLT\03INMEM\04SIGPAUSE\05PPWAIT\06PROFIL\07SELECT" \ "\010SINTR\011SUGID\012SYSTEM\013TIMEOUT\014TRACED\015WAITED\016WEXIT" \ "\017EXEC\020PWEUPC\021ISPWAIT\022SSTEP\023SUGIDEXEC" \ - "\025NOZOMBIE\026INEXEC\027SYSTRACE\030CONTINUED\032BIGLOCK" \ + "\025NOZOMBIE\026INEXEC\027SYSTRACE\030CONTINUED" \ "\033THREAD\034IGNEXITRV\035SOFTDEP\036STOPPED\037CPUPEG") /* Macro to compute the exit signal to be delivered. */ |