With some trepidation, add a `#error' directive to this module. It was
broken and not fixed by whoever changed the interface of chgproccnt(); in the state it is in it could not possibly work (dereferencing an integer).
This commit is contained in:
parent
75138e3df1
commit
8456343ffc
@ -1273,6 +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);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user