]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/cocci-dtype' into jch
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Jun 2025 16:49:38 +0000 (09:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Jun 2025 16:49:38 +0000 (09:49 -0700)
Catch direct access to .d_type member of struct dirent, as some
non-POSIX compliant systems we support lack it, and rewrite to use
DTYPE() macro, which is not quite the right thing to do.

* jc/cocci-dtype:
  cocci: do not directly access the .d_type member in struct dirent


Trivial merge