summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2001-01-09 04:27:09 +0000
committerwollman <wollman@FreeBSD.org>2001-01-09 04:27:09 +0000
commit04fe984ab708d67dd74c5acd79b564373070b37e (patch)
tree32ae4c296ee4b0dca14e2a4f2801ee927a29759c /sys/compat/svr4
parent8a0e4fd3b60b69083cf4958dd48909e532b529bf (diff)
downloadFreeBSD-src-04fe984ab708d67dd74c5acd79b564373070b37e.zip
FreeBSD-src-04fe984ab708d67dd74c5acd79b564373070b37e.tar.gz
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).
Diffstat (limited to 'sys/compat/svr4')
-rw-r--r--sys/compat/svr4/svr4_misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/svr4/svr4_misc.c b/sys/compat/svr4/svr4_misc.c
index 1725232..c91f7ba 100644
--- a/sys/compat/svr4/svr4_misc.c
+++ b/sys/compat/svr4/svr4_misc.c
@@ -1273,6 +1273,7 @@ loop:
/*
* Decrement the count of procs running with this uid.
*/
+#error "FIXME"
(void)chgproccnt(q->p_cred->p_ruid, -1, 0);
/*
OpenPOWER on IntegriCloud