summaryrefslogtreecommitdiffstats
path: root/bftw.h
diff options
context:
space:
mode:
Diffstat (limited to 'bftw.h')
-rw-r--r--bftw.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bftw.h b/bftw.h
index 0b692b0..31498f7 100644
--- a/bftw.h
+++ b/bftw.h
@@ -27,14 +27,20 @@ enum bftw_typeflag {
BFTW_CHR,
/** Directory. */
BFTW_DIR,
+ /** Solaris door. */
+ BFTW_DOOR,
/** Pipe. */
BFTW_FIFO,
/** Symbolic link. */
BFTW_LNK,
+ /** Solaris event port. */
+ BFTW_PORT,
/** Regular file. */
BFTW_REG,
/** Socket. */
BFTW_SOCK,
+ /** BSD whiteout. */
+ BFTW_WHT,
/** An error occurred for this file. */
BFTW_ERROR,
};