* 'optarg' of https://github.com/stoeckmann/util-linux:
lsirq: Skip optarg duplication
chmem: Skip optarg duplication
getopt: Skip optarg duplication
copyfilerange: Skip optarg duplication
blkid: Fix memory leaks
login: Skip optarg duplication
lib/cpuset: Skip optarg duplication
last: Skip optarg duplication
{
struct last_control ctl = {
.showhost = TRUE,
- .name_len = LAST_LOGIN_LEN,
.time_fmt = LAST_TIMEFTM_SHORT,
- .domain_len = LAST_DOMAIN_LEN,
.fullnames_mode = false,
};
- char **files = NULL;
+ const char **files = NULL;
struct number_buffer nb = {
.pos = 0
};