From: deraadt Date: Sat, 28 Jul 2018 18:07:26 +0000 (+0000) Subject: delete unused ps_uvactive, since active checks are done against the ptr X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2070056893c4ac49dcd1aaeabbd88a5ae3f9eb9c;p=openbsd delete unused ps_uvactive, since active checks are done against the ptr from semarie --- diff --git a/sys/sys/proc.h b/sys/sys/proc.h index a0910150c31..59eae616ab8 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.h,v 1.253 2018/07/20 21:57:26 deraadt Exp $ */ +/* $OpenBSD: proc.h,v 1.254 2018/07/28 18:07:26 deraadt Exp $ */ /* $NetBSD: proc.h,v 1.44 1996/04/22 01:23:21 christos Exp $ */ /*- @@ -204,7 +204,6 @@ struct process { size_t ps_uvvcount; /* count of unveil vnodes held */ size_t ps_uvncount; /* count of unveil names allocated */ int ps_uvshrink; /* do we need to shrink vnode list */ - int ps_uvactive; /* is unveil active */ int ps_uvdone; /* no more unveil is permitted */ int ps_uvpcwdgone; /* need to reevaluate cwd unveil */