--- truecrypt/linux/kernel/dm-target.h 2018/04/24 16:45:57 1.1.1.4 +++ truecrypt/linux/kernel/dm-target.h 2018/04/24 16:47:47 1.1.1.6 @@ -1,6 +1,14 @@ +/* + Copyright (c) TrueCrypt Foundation. All rights reserved. + + Covered by the TrueCrypt License 2.3 the full text of which is contained + in the file License.txt included in TrueCrypt binary and source code + distribution packages. +*/ + #define TC_VERSION_NUM1 1 -#define TC_VERSION_NUM2 2 -#define TC_VERSION_NUM3 1 +#define TC_VERSION_NUM2 3 +#define TC_VERSION_NUM3 0 #define TC_ARG_EA 0 #define TC_ARG_MODE 1 @@ -10,11 +18,12 @@ #define TC_ARG_SEC 5 #define TC_ARG_RO_START 6 #define TC_ARG_RO_END 7 -#define TC_ARG_MTIME 8 -#define TC_ARG_ATIME 9 -#define TC_ARG_FLAGS 10 -#define TC_ARG_VOL 11 -#define TC_LAST_ARG 11 +#define TC_ARG_UID 8 +#define TC_ARG_MTIME 9 +#define TC_ARG_ATIME 10 +#define TC_ARG_FLAGS 11 +#define TC_ARG_VOL 12 +#define TC_LAST_ARG 12 #define TC_READ_ONLY 0x1 #define TC_HIDDEN_VOLUME_PROTECTION 0x2