Skip to content

Commit

Permalink
Add S_IFINVALID mode
Browse files Browse the repository at this point in the history
S_IFINVALID is used to signal, that no mode information is available.

Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Martin Koegler authored and Junio C Hamano committed Apr 24, 2007
1 parent 520d7e2 commit 40689ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 40689ae

Please sign in to comment.