]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r243007:
authormjg <mjg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 27 Nov 2012 01:28:35 +0000 (01:28 +0000)
committermjg <mjg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 27 Nov 2012 01:28:35 +0000 (01:28 +0000)
commit14ea6870c44e1814772117cc3dfeb9d8a488383c
tree69cec34f2bb41a46726b5766555c17e547d6ae85
parentc92fed755c97b1c30b25a343bf85f01c8d1fe747
MFC r243007:
enterpgrp: get rid of pgrp2 variable and use KASSERT directly on pgfind result.

pgrp2 was used only for debugging, but pgrp2 = pgfind(..) was present in compiled code

git-svn-id: svn://svn.freebsd.org/base/stable/9@243582 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/kern_proc.c