CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/30 22:46:18
Modified files:
sys/kern : init_main.c kern_fork.c kern_resource.c
sys/sys : resourcevar.h
Log message:
Rename struct plimit field p_refcnt to pl_refcnt to avoid confusion
with the fields of struct proc. Make pl_refcnt unsigned for upcoming
atomic updating.
OK deraadt@ guenther@
