summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2011-10-18 01:06:16 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2011-10-18 01:06:16 +0000
commit5885f0af09f416b785e5463c3fd438703ea1e1d8 (patch)
tree9ec72b52b2bf4b48d6d30ff5b5d4277567a794ec /sys
parentcd90aa38151068c861041641b0e4e40b3afa4fae (diff)
the BIGLOCK flag is gone so remove it from the %b fmt string.
ok oga@ miod@ guenther@ deraadt@
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/proc.h4
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. */