Add support for RLIMIT_VMEM. The #ifdef's were already there but getopt()
needed to be adjusted.
This commit is contained in:
parent
ff4bf46648
commit
8e4f3ae5f1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user