sh: Reduce size of limits table.
This commit is contained in:
parent
013f4df643
commit
a9250603fd
@ -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