Bug #212882
authorZac Medico <zmedico@gentoo.org>
Thu, 27 Mar 2008 04:50:32 +0000 (04:50 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 27 Mar 2008 04:50:32 +0000 (04:50 -0000)
commit5479e45d9e21df170affa3545aafa4d1261be9bb
treecdf8ee2f906f365486fc55f1e2c0f167cf67ca09
parentc36283f8b19447154f00d0f2248aa73f3241ef47
Bug #212882

- For compatibility with ENOENT exceptions raised from
fstat calls with CIFS, wrap fstat calls with an appropriate exception
handler. (trunk r9474)

- Fix lockfile() to handle errno.EACCES raised from the fcntl
call since the spec says that it's equivalent to EAGAIN and it appears that
CIFS returns EACCES in this case. (trunk r9458)

svn path=/main/branches/2.1.2/; revision=9518
pym/portage_locks.py