sh: Reduce size of limits table.
This commit is contained in:
parent
d7ad34a8ce
commit
35ba17bacb
@ -367,7 +367,7 @@ struct limits {
|
||||
const char *name;
|
||||
const char *units;
|
||||
int cmd;
|
||||
int factor; /* multiply by to get rlim_{cur,max} values */
|
||||
short factor; /* multiply by to get rlim_{cur,max} values */
|
||||
char option;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user