]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
DT_UNKNOWN: do not fully trust existence of DT_UNKNOWN
authorJunio C Hamano <junkio@cox.net>
Fri, 20 Jan 2006 01:13:57 +0000 (17:13 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 22 Jan 2006 03:33:22 +0000 (19:33 -0800)
commit63be37b06fa873348c3de0becea201796bc88610
tree59ee28700b7e7ae994717408e543a9f98fb9802f
parent35a730f01c6caba93d452fa938e7d93ffcc4cf25
DT_UNKNOWN: do not fully trust existence of DT_UNKNOWN

The recent Cygwin defines DT_UNKNOWN although it does not have d_type
in struct dirent.  Give an option to tell us not to use d_type on such
platforms.  Hopefully this problem will be transient.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
cache.h