diff options
Diffstat (limited to 'balkan/dos.c')
-rw-r--r-- | balkan/dos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/balkan/dos.c b/balkan/dos.c index b60fee7ba..4b9bccd2f 100644 --- a/balkan/dos.c +++ b/balkan/dos.c @@ -39,7 +39,7 @@ static int readSingleTable(int fd, struct singlePartitionTable * table, unsigned char sector[SECTOR_SIZE]; unsigned short magic; - if (lseek64(fd, ((off64_t) SECTOR_SIZE * (off64_t) partSector), + if (lseek(fd, ((off64_t) SECTOR_SIZE * (off64_t) partSector), SEEK_SET) < 0) return BALKAN_ERROR_ERRNO; |