From 5ae1c3979c6186a1c2167d0115536cfc343e1e39 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Tue, 9 Jan 2001 04:27:09 +0000 Subject: [PATCH] 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). --- sys/compat/svr4/svr4_misc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/compat/svr4/svr4_misc.c b/sys/compat/svr4/svr4_misc.c index 172523275e7c..c91f7ba3d17e 100644 --- a/sys/compat/svr4/svr4_misc.c +++ b/sys/compat/svr4/svr4_misc.c @@ -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); /*