sha1_file.c: resolve confusion EACCES vs EPERM
commit35243577ab460d0b97b97948928d47f71dc8e46a
authorSam Vilain <sam@vilain.net>
Fri, 14 Nov 2008 07:19:34 +0000 (14 20:19 +1300)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Nov 2008 03:11:21 +0000 (27 19:11 -0800)
treee0438ebed6506debad7a9df55b7d10184aa4207f
parent65117abc040d95ef9877c3b14a24f4bc6aeaf4cb
sha1_file.c: resolve confusion EACCES vs EPERM

An earlier commit 916d081 (Nicer error messages in case saving an object
to db goes wrong, 2006-11-09) confused EACCES with EPERM, the latter of
which is an unlikely error from mkstemp().

Signed-off-by: Sam Vilain <sam@vilain.net>
sha1_file.c