Do not prevent --keep-size and --zero-range from being specified at the
same time, bringing this check into alignment with the documentation,
and completes
b85feb999c505222d4815638344c8883d5e4ab58.
Signed-off-by: Antonio Enrico Russo <aerusso@aerusso.net>
static const ul_excl_t excl[] = { /* rows and cols in ASCII order */
{ 'c', 'd', 'p', 'z' },
{ 'c', 'n' },
- { 'c', 'd', 'i', 'n', 'p', 'x', 'z'},
+ { 'c', 'd', 'i', 'p', 'x', 'z'},
{ 0 }
};
int excl_st[ARRAY_SIZE(excl)] = UL_EXCL_STATUS_INIT;