sh: Reduce size of limits table.

This commit is contained in:
jilles 2017-04-12 21:15:55 +00:00
parent d7ad34a8ce
commit 35ba17bacb

View File

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