diff options
author | stanly <stanly@yandex-team.ru> | 2022-02-10 16:46:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:49 +0300 |
commit | cde218e65dfef5ce03a48d641fd8f7913cf17b2d (patch) | |
tree | d3349caea4095825a55b5ba24fe758067b29ce6f /util/folder/fts.h | |
parent | 9f813499b4ef585cb3c2bb93de93ef003daf4fc4 (diff) | |
download | ydb-cde218e65dfef5ce03a48d641fd8f7913cf17b2d.tar.gz |
Restoring authorship annotation for <stanly@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/folder/fts.h')
-rw-r--r-- | util/folder/fts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/folder/fts.h b/util/folder/fts.h index f3c799e8c8..6ee42fd803 100644 --- a/util/folder/fts.h +++ b/util/folder/fts.h @@ -84,7 +84,7 @@ typedef struct _ftsent { #define FTS_SLNONE 13 /* symbolic link without target */ #define FTS_W 14 /* whiteout object */ u_short fts_info; /* user flags for FTSENT structure */ - u_short fts_type; /* type of fs node; one of FTS_D, FTS_F, FTS_SL */ + u_short fts_type; /* type of fs node; one of FTS_D, FTS_F, FTS_SL */ #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */ #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */ |