CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/19 07:55:20
Modified files:
sys/kern : kern_unveil.c vfs_syscalls.c
sys/sys : namei.h proc.h
Log message:
Move unveil data structures away from the proc.h header into the
implementation file. Pushing the assignment of ps_uvpcwd down to
unveil_add() is required but it doesn't introduce any functional change.
ok mpi@ semarie@
