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:
Garrett Wollman 2001-01-09 04:27:09 +00:00
parent b7ef0b1281
commit 5ae1c3979c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70830

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