From 54888cd7752fec9f82501f07f93a583bbdaed87b Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 27 Apr 2009 15:22:59 +0000 Subject: allow creating partition starting after 1TB --- perl-install/c/stuff.xs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/c/stuff.xs.pl') diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index a94de81fa..e6fcb860d 100644 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -170,7 +170,7 @@ setlocale(category, locale = 0) int lseek_sector(fd, sector, offset) int fd - long sector + unsigned long sector long offset CODE: RETVAL = lseek64(fd, (off64_t) sector * SECTORSIZE + offset, SEEK_SET) >= 0; -- cgit v1.2.1