aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/login_class.c
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2002-06-26 03:54:18 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2002-06-26 03:54:18 +0000
commit67577126f90c9a6126646568332db168bc96d902 (patch)
treeefa2ad650b473ad033f06420d6feb1e2734f57b1 /lib/libutil/login_class.c
parent552116c92703c3a046f8837b43232dc40e62d250 (diff)
Notes
Diffstat (limited to 'lib/libutil/login_class.c')
-rw-r--r--lib/libutil/login_class.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libutil/login_class.c b/lib/libutil/login_class.c
index dfd2d2cb1e03..726d09cfe076 100644
--- a/lib/libutil/login_class.c
+++ b/lib/libutil/login_class.c
@@ -57,6 +57,7 @@ static struct login_res {
{ "openfiles", login_getcapnum, RLIMIT_NOFILE },
{ "coredumpsize", login_getcapsize, RLIMIT_CORE },
{ "sbsize", login_getcapsize, RLIMIT_SBSIZE },
+ { "vmemoryuse", login_getcapsize, RLIMIT_VMEM },
{ NULL, 0, 0 }
};