Take 10 seconds to actually fix the chgproccnt rather than just make it
explicitly error. If the module is horribly broken, it should be temporarily removed from src/sys/modules.
This commit is contained in:
parent
0a2c3d48c6
commit
3a83f9ac64
@ -1273,8 +1273,7 @@ svr4_sys_waitsys(p, uap)
|
||||
/*
|
||||
* Decrement the count of procs running with this uid.
|
||||
*/
|
||||
#error "FIXME"
|
||||
(void)chgproccnt(q->p_cred->p_ruid, -1, 0);
|
||||
(void)chgproccnt(q->p_cred->p_uidinfo, -1, 0);
|
||||
|
||||
/*
|
||||
* Free up credentials.
|
||||
|
Loading…
Reference in New Issue
Block a user