chiark / gitweb /
install: replace readdir_r with readdir
authorFlorian Weimer <fweimer@redhat.com>
Thu, 19 Dec 2013 10:59:19 +0000 (11:59 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 21 Dec 2013 23:35:55 +0000 (18:35 -0500)
commit4d993c8cb75aef0f4293e0b9e8f249dd0530b5d8
tree2b97a76bf46ebf5e487838a26c37644b9dc81fa7
parent9fa3006323e86962ceaa3171b906cf2b1c2cf525
install: replace readdir_r with readdir

The old code incorrectly assumed that readdir_r updates errno.
src/shared/install.c