diff options
Diffstat (limited to 'Src/Zle/comp.h')
-rw-r--r-- | Src/Zle/comp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/Zle/comp.h b/Src/Zle/comp.h index 1b1530492..bcad3df05 100644 --- a/Src/Zle/comp.h +++ b/Src/Zle/comp.h @@ -114,6 +114,8 @@ struct cmatch { int gnum; /* global number */ mode_t mode; /* mode field of a stat */ char modec; /* LIST_TYPE-character for mode or nul */ + mode_t fmode; /* mode field of a stat, following symlink */ + char fmodec; /* LIST_TYPE-character for fmode or nul */ }; #define CMF_FILE (1<< 0) /* this is a file */ |