summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_resource.c
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2010-07-18 19:29:12 +0000
committertrasz <trasz@FreeBSD.org>2010-07-18 19:29:12 +0000
commitdd1ffe6ba105a42d29d9298246efc68536d197a7 (patch)
treede43d78eb0805cba0509674d2c9289233e7bb139 /sys/kern/kern_resource.c
parent8be68756a979b615d3116b3cf959bfdb0322ee14 (diff)
downloadFreeBSD-src-dd1ffe6ba105a42d29d9298246efc68536d197a7.zip
FreeBSD-src-dd1ffe6ba105a42d29d9298246efc68536d197a7.tar.gz
Remove outdated comment and move part of it into more applicable place.
Diffstat (limited to 'sys/kern/kern_resource.c')
-rw-r--r--sys/kern/kern_resource.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/kern/kern_resource.c b/sys/kern/kern_resource.c
index a6c1b3b..ec2d6b6 100644
--- a/sys/kern/kern_resource.c
+++ b/sys/kern/kern_resource.c
@@ -1169,11 +1169,6 @@ lim_rlimit(struct proc *p, int which, struct rlimit *rlp)
p->p_sysent->sv_fixlimit(rlp, which);
}
-/*
- * Find the uidinfo structure for a uid. This structure is used to
- * track the total resource consumption (process count, socket buffer
- * size, etc.) for the uid and impose limits.
- */
void
uihashinit()
{
OpenPOWER on IntegriCloud