--- transport.hxx~ 2004-08-10 13:47:48 +0400 +++ transport.hxx 2004-08-10 13:48:15 +0400 @@ -210,7 +210,7 @@ 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 ("/etc/mtab","r"))==NULL) return -1; while ((mb=getmntent (fp))!=NULL) { if (stat (mb->mnt_fsname,&msb) < 0) continue; // corrupted line?