From 9c2ecdee32d173801bad1263b941571f777dcf5b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 19 Apr 2000 15:54:19 +0000 Subject: no_comment --- perl-install/c/stuff.xs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index adec29344..6296c7461 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -117,7 +117,7 @@ lseek_sector(fd, sector, offset) long sector long offset CODE: - RETVAL = lseek64(fd, (long long) sector * SECTORSIZE + offset, SEEK_SET) >= 0; + RETVAL = llseek(fd, (long long) sector * SECTORSIZE + offset, SEEK_SET) >= 0; OUTPUT: RETVAL -- cgit v1.2.1