diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2002-06-26 03:54:18 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2002-06-26 03:54:18 +0000 |
| commit | 67577126f90c9a6126646568332db168bc96d902 (patch) | |
| tree | efa2ad650b473ad033f06420d6feb1e2734f57b1 /lib/libutil/login_class.c | |
| parent | 552116c92703c3a046f8837b43232dc40e62d250 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/login_class.c')
| -rw-r--r-- | lib/libutil/login_class.c | 1 |
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 } }; |
