config: use chmod() instead of fchmod()
authorKarsten Blees <redacted>
Tue, 15 Jul 2014 22:54:30 +0000 (00:54 +0200)
committerJunio C Hamano <redacted>
Wed, 16 Jul 2014 20:05:21 +0000 (13:05 -0700)
commit2569d23915471f1727e5945c513b8be299eefa0c
treeb033eea787a74a0c815a84a53d6bec25196cb901
parentdaa22c6f8da466bd7a438f1bc27375fd737ffcf3
config: use chmod() instead of fchmod()

There is no fchmod() on native Windows platforms (MinGW and MSVC), and the
equivalent Win32 API (SetFileInformationByHandle) requires Windows Vista.

Use chmod() instead.

Signed-off-by: Karsten Blees <redacted>
Signed-off-by: Junio C Hamano <redacted>
config.c
git clone https://git.99rst.org/PROJECT