CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/24 01:21:59
Modified files:
sys/kern : kern_unveil.c
Log message:
unveil: cleanup code. no intented functional change.
return early for simple conditions instead of using navigating inside
if-branches.
with and ok claudio@
