diff options
author | Karsten Blees <karsten.blees@gmail.com> | 2014-07-16 00:54:30 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-16 13:05:21 -0700 |
commit | 2569d23915471f1727e5945c513b8be299eefa0c (patch) | |
tree | b033eea787a74a0c815a84a53d6bec25196cb901 /ctype.c | |
parent | config: preserve config file permissions on edits (diff) | |
download | tgif-2569d23915471f1727e5945c513b8be299eefa0c.tar.xz |
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 <blees@dcon.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ctype.c')
0 files changed, 0 insertions, 0 deletions