summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-06-06 21:52:55 +0000
committermidipix <writeonce@midipix.org>2024-06-07 00:58:32 +0000
commite50240012b56272abfd1ce2c873dc99e7a89631b (patch)
treeaac34605a155ae24142049ec020d460e6f152ddf /src/internal
parent8034d053d2a29f7721066ff1190aa6814a300d40 (diff)
downloadtpax-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.h1
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 {