Signed-off-by: Petr Uzel <petr.uzel@xxxxxxx> --- fdisk/sfdisk.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fdisk/sfdisk.c b/fdisk/sfdisk.c index 46245d3..81a50ee 100644 --- a/fdisk/sfdisk.c +++ b/fdisk/sfdisk.c @@ -156,7 +156,7 @@ fatal(char *s, ...) { */ static int -sseek(char *dev, unsigned int fd, unsigned long s) { +sseek(char *dev, int fd, unsigned long s) { off_t in, out; in = ((off_t) s << 9); out = 1; -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html