diff options
author | midipix <writeonce@midipix.org> | 2024-06-06 21:52:55 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-06-07 00:58:32 +0000 |
commit | e50240012b56272abfd1ce2c873dc99e7a89631b (patch) | |
tree | aac34605a155ae24142049ec020d460e6f152ddf /src/internal | |
parent | 8034d053d2a29f7721066ff1190aa6814a300d40 (diff) | |
download | tpax-e50240012b56272abfd1ce2c873dc99e7a89631b.tar.bz2 tpax-e50240012b56272abfd1ce2c873dc99e7a89631b.tar.xz |
driver: implemented and integrated the -L (follow symlink items) cmdline option.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/tpax_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/tpax_driver_impl.h b/src/internal/tpax_driver_impl.h index a074535..aa65eed 100644 --- a/src/internal/tpax_driver_impl.h +++ b/src/internal/tpax_driver_impl.h @@ -49,6 +49,7 @@ enum app_tags { TAG_PURE_PATH, TAG_PRESERVE_ATIME, TAG_PAX_SYMLINK_ARGS, + TAG_PAX_SYMLINK_ITEMS, }; struct tpax_dirent { |