From e50240012b56272abfd1ce2c873dc99e7a89631b Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 6 Jun 2024 21:52:55 +0000 Subject: driver: implemented and integrated the -L (follow symlink items) cmdline option. --- include/tpax/tpax.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h index ec44b41..d5de59a 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -57,6 +57,7 @@ extern "C" { #define TPAX_DRIVER_PRESERVE_ATIME 0x1000000 #define TPAX_DRIVER_PRESERVE_MTIME 0x2000000 #define TPAX_DRIVER_PAX_SYMLINK_ARGS 0x4000000 +#define TPAX_DRIVER_PAX_SYMLINK_ITEMS 0x8000000 /* error flags */ #define TPAX_ERROR_TOP_LEVEL 0x0001 -- cgit v1.2.3