Merge branch 'nd/index-errno'
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Aug 2012 18:51:42 +0000 (11:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Aug 2012 18:51:42 +0000 (11:51 -0700)
Assignments to errno before calling system functions that used to
matter in the old code were left behind after the code structure
changed sufficiently to make them useless.

* nd/index-errno:
read_index_from: remove bogus errno assignments

No differences found