diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 02:56:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 02:56:47 +0000 |
commit | 8f27e144db176d10c149a9f8be9b3db1ede7b426 (patch) | |
tree | 2ad6088aecdb9e5666e989a2ef8fe3074a1659aa /fsck/repair.h | |
parent | Releasing progress-linux version 1.2.2-1~progress7.99u1. (diff) | |
download | exfatprogs-8f27e144db176d10c149a9f8be9b3db1ede7b426.tar.xz exfatprogs-8f27e144db176d10c149a9f8be9b3db1ede7b426.zip |
Merging upstream version 1.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fsck/repair.h')
-rw-r--r-- | fsck/repair.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fsck/repair.h b/fsck/repair.h index 634cc49..f1cde24 100644 --- a/fsck/repair.h +++ b/fsck/repair.h @@ -26,6 +26,7 @@ #define ER_FILE_LARGER_SIZE 0x00002005 #define ER_FILE_DUPLICATED_CLUS 0x00002006 #define ER_FILE_ZERO_NOFAT 0x00002007 +#define ER_VENDOR_GUID 0x00003001 typedef unsigned int er_problem_code_t; struct exfat_fsck; |