Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1610195
 поиск   регистрация   авторизация 
 
Группа :: Архивирование/Создание CD
Пакет: dvd+rw-tools

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

Патч: dvd+rw-tools-5.17.4.8.6-alt-setmntent.patch


--- dvd+rw-tools-5.17.4.8.6/transport.hxx.orig	2004-08-10 13:47:48 +0400
+++ dvd+rw-tools-5.17.4.8.6/transport.hxx	2004-08-10 13:48:15 +0400
@@ -210,7 +210,8 @@ public:
 
 	if (f==-1) f=fd;
 	if (fstat (f,&fsb) < 0)				return -1;
-	if ((fp=setmntent ("/proc/mounts","r"))==NULL)	return -1;
+	if ((fp=setmntent ("/proc/mounts","r"))==NULL &&
+	    (fp=setmntent ("/etc/mtab","r"))==NULL)	return -1;
 
 	while ((mb=getmntent (fp))!=NULL)
 	{   if (stat (mb->mnt_fsname,&msb) < 0) continue; // corrupted line?
 
design & coding: Vladimir Lettiev aka crux © 2004-2005