CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/29 14:25:57
Modified files:
sys/sys : proc.h
sys/kern : init_main.c kern_exit.c kern_fork.c
Log message:
We always copy struct pcred when creating a new process, so the reference
count was always one. That's pointless, so remove the member and the code.
ok tedu@
