CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/29 13:58:17
Modified files:
sys/sys : namei.h
sys/kern : kern_unveil.c vfs_syscalls.c
Log message:
Eliminate the sketchy use of ps_mainproc here by making unveil_add_vnode()
take a struct proc* instead of a struct process*, and vice versa making
unveil_lookup() take a process* instead of a proc*.
ok beck@
