mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Some platforms like AIX lack .d_type member in "struct dirent"; use the DTYPE(e) macro instead of a direct reference to e->d_type and when it yields DT_UNKNOWN, find the real type with get_dtype(). Signed-off-by: Junio C Hamano <gitster@pobox.com>
11 KiB
11 KiB