Группа :: Система/Основа
Пакет: util-linux
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: util-linux-2.12-mdk-largefile.patch
--- ./mount/lomount.c.largefile 2003-07-17 01:56:53.000000000 +0200
+++ ./mount/lomount.c 2004-01-12 23:53:04.000000000 +0100
@@ -253,6 +253,7 @@
char *pass;
mode = (*loopro ? O_RDONLY : O_RDWR);
+ mode |= O_LARGEFILE;
if ((ffd = open(file, mode)) < 0) {
if (!*loopro && errno == EROFS)
ffd = open(file, mode = O_RDONLY);