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:
wollman 2001-01-09 04:27:09 +00:00
parent 75138e3df1
commit 8456343ffc

View File

@ -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);
/*