Add support for RLIMIT_VMEM. The #ifdef's were already there but getopt()

needed to be adjusted.
This commit is contained in:
dillon 2002-06-26 00:29:53 +00:00
parent ff4bf46648
commit 8e4f3ae5f1

View File

@ -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;