Bug #212882 - Fix lockfile() to handle errno.EACCES raised from the fcntl
authorZac Medico <zmedico@gentoo.org>
Mon, 10 Mar 2008 16:42:49 +0000 (16:42 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 10 Mar 2008 16:42:49 +0000 (16:42 -0000)
commitab731d82e67facaf97078866fbdc91de0e43c5f1
tree8224e22d89841dbec7a59ff4538b4c2759fb15cd
parent7f1d63f355422326cca37cc8b4bc1f3e88a3acd2
Bug #212882 - 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.

svn path=/main/trunk/; revision=9458
pym/portage/locks.py