From eba4754e182c2c45722a2fecd719fdb47c732ddd Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 15 Jul 2024 07:24:03 +0000 Subject: [PATCH] sync PS_BITS with flags; ok claudio@ --- sys/sys/proc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 50b708954bf..a822a3b2636 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.h,v 1.362 2024/07/08 13:17:12 claudio Exp $ */ +/* $OpenBSD: proc.h,v 1.363 2024/07/15 07:24:03 jsg Exp $ */ /* $NetBSD: proc.h,v 1.44 1996/04/22 01:23:21 christos Exp $ */ /*- @@ -308,8 +308,8 @@ struct process { "\013WAITED" "\014COREDUMP" "\015SINGLEEXIT" "\016SINGLEUNWIND" \ "\017NOZOMBIE" "\020STOPPED" "\021SYSTEM" "\022EMBRYO" "\023ZOMBIE" \ "\024NOBROADCASTKILL" "\025PLEDGE" "\026WXNEEDED" "\027EXECPLEDGE" \ - "\030ORPHAN" "\031CHROOT" "\032NOBTCFI" "\033ITIMER") - + "\030ORPHAN" "\031CHROOT" "\032NOBTCFI" "\033ITIMER" "\034PIN" \ + "\035LIBCPIN") struct kcov_dev; struct lock_list_entry; -- 2.20.1