warnx(_("wait: no more child process?!?"));
return NULL;
}
- warn(_("waidpid failed"));
+ warn(_("waitpid failed"));
continue;
}
for (prev = 0, inst = instance_list;
sys = t ? t->type : MBR_LINUX_DATA_PARTITION;
if (p && p->sys_ind) {
- fdisk_warnx(cxt, _("Partition %d is already defined. Delete "
- "it before re-adding it."), n + 1);
+ fdisk_warnx(cxt, _("Partition %zd is already defined. "
+ "Delete it before re-adding it."), n + 1);
return -EINVAL;
}
fill_bounds(cxt, first, last);
ents = gpt->ents;
if (!partition_unused(&ents[partnum])) {
- fdisk_warnx(cxt, _("Partition %zd is already defined. "
- "Delete it before re-adding it."), partnum +1);
+ fdisk_warnx(cxt, _("Partition %zd is already defined. "
+ "Delete it before re-adding it."), partnum +1);
return -EINVAL;
}
if (le32_to_cpu(pheader->npartition_entries) ==
} else {
/* otherwise print error and use truncated version */
fdisk_warnx(cxt,
- _("Warning: BLKGETSIZE ioctl failed on %s. "
+ _("BLKGETSIZE ioctl failed on %s. "
"Using geometry cylinder value of %llu. "
"This value may be truncated for devices "
"> 33.8 GB."), cxt->dev_path, cxt->geom.cylinders);