summaryrefslogtreecommitdiffstats
path: root/bin/sh/miscbltin.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2002-06-26 00:29:53 +0000
committerdillon <dillon@FreeBSD.org>2002-06-26 00:29:53 +0000
commit8e4f3ae5f104cd225c1fd99703fd95d2585eff88 (patch)
tree6edadfa3f23b8ed404b56be8d717c9af614885d4 /bin/sh/miscbltin.c
parentff4bf466480a64136e0e6a7758a29624eafbd106 (diff)
downloadFreeBSD-src-8e4f3ae5f104cd225c1fd99703fd95d2585eff88.zip
FreeBSD-src-8e4f3ae5f104cd225c1fd99703fd95d2585eff88.tar.gz
Add support for RLIMIT_VMEM. The #ifdef's were already there but getopt()
needed to be adjusted.
Diffstat (limited to 'bin/sh/miscbltin.c')
-rw-r--r--bin/sh/miscbltin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/miscbltin.c b/bin/sh/miscbltin.c
index ca038d7..21fc11e 100644
--- a/bin/sh/miscbltin.c
+++ b/bin/sh/miscbltin.c
@@ -361,7 +361,7 @@ ulimitcmd(int argc __unused, char **argv __unused)
struct rlimit limit;
what = 'f';
- while ((optc = nextopt("HSatfdsmcnulb")) != '\0')
+ while ((optc = nextopt("HSatfdsmcnuvlb")) != '\0')
switch (optc) {
case 'H':
how = HARD;
OpenPOWER on IntegriCloud