From: Martin Koegler Date: Sun, 22 Apr 2007 16:43:56 +0000 (+0200) Subject: Add S_IFINVALID mode X-Git-Tag: v1.5.2-rc1~30^2~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=40689ae1ef9a05503c75298ec50b194ca9d15522;p=git.git Add S_IFINVALID mode S_IFINVALID is used to signal, that no mode information is available. Signed-off-by: Martin Koegler Signed-off-by: Junio C Hamano --- diff --git a/cache.h b/cache.h index 89aaf0022..b1adbe7b6 100644 --- a/cache.h +++ b/cache.h @@ -24,6 +24,9 @@ #define DTYPE(de) DT_UNKNOWN #endif +/* unknown mode (impossible combination S_IFIFO|S_IFCHR) */ +#define S_IFINVALID 0030000 + /* * A "directory link" is a link to another git directory. *