diff options
author | Alejandro R. Sedeño <asedeno@mit.edu> | 2023-06-06 16:59:35 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-06-12 10:59:01 -0700 |
commit | 03bf92b9bfee808667588e65645c5427114a5634 (patch) | |
tree | 3e171f3376c1a15bd68ede9641e9e69618d8a3e7 /builtin/commit.c | |
parent | e3a3f5edf52c7f6161b167058b4d7c3a31dc0c3b (diff) |
statinfo.h: move DTYPE defines from dir.h
592fc5b3 (dir.h: move DTYPE defines from cache.h, 2023-04-22) moved
DTYPE macros from cache.h to dir.h, but they are still used by cache.h
to implement ce_to_dtype(); cache.h cannot include dir.h because that
would cause name-hash.c to have two different and conflicting
definitions of `struct dir_entry`. (That should be separately fixed.)
Both dir.h and cache.h include statinfo.h, and this seems a reasonable
place for these definitions.
This change fixes a broken build issue on old SunOS.
Signed-off-by: Alejandro R. Sedeño <asedeno@mit.edu>
Signed-off-by: Alejandro R Sedeño <asedeno@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions