diff options
author | 2018-07-28 18:07:26 +0000 | |
---|---|---|
committer | 2018-07-28 18:07:26 +0000 | |
commit | 2070056893c4ac49dcd1aaeabbd88a5ae3f9eb9c (patch) | |
tree | a119fe49b2a256ec7c4f30b982b27813b66b7f00 | |
parent | re-ordering for sensibility, by semarie; ok jmc (diff) | |
download | wireguard-openbsd-2070056893c4ac49dcd1aaeabbd88a5ae3f9eb9c.tar.xz wireguard-openbsd-2070056893c4ac49dcd1aaeabbd88a5ae3f9eb9c.zip |
delete unused ps_uvactive, since active checks are done against the ptr
from semarie
-rw-r--r-- | sys/sys/proc.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 */ |