Hi, This patch fixes a compilation error in the latest tree. Signed-off-by: CAI Qian <caiqian@xxxxxxxx> diff --git a/fdisk/sfdisk.c b/fdisk/sfdisk.c index 83be9ec..533e729 100644 --- a/fdisk/sfdisk.c +++ b/fdisk/sfdisk.c @@ -809,7 +809,7 @@ reread_ioctl(int fd) { } static int -is_blockdev(int fd, ) { +is_blockdev(int fd) { struct stat statbuf; return(fstat(fd, &statbuf) == 0 && S_ISBLK(statbuf.st_mode)); -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html