diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-10-06 00:58:04 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:37:03 -0700 |
commit | 33eae955e24feb2e473b905d64de17ad641e57e0 (patch) | |
tree | 646eab72e53ef111378ba5f730fd08080d14cbb1 /extras/volume_id/volume_id.h | |
parent | 6e3e3c3416864eca74cb885f64c453eb531eed63 (diff) |
[PATCH] update volume_id
Here is an update to the latest volume_id which fixes a few bugs with
FAT volumes.
Diffstat (limited to 'extras/volume_id/volume_id.h')
-rw-r--r-- | extras/volume_id/volume_id.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/volume_id/volume_id.h b/extras/volume_id/volume_id.h index e68c42c3cf..c6f52bec41 100644 --- a/extras/volume_id/volume_id.h +++ b/extras/volume_id/volume_id.h @@ -21,7 +21,7 @@ #ifndef _VOLUME_ID_H_ #define _VOLUME_ID_H_ -#define VOLUME_ID_VERSION 024 +#define VOLUME_ID_VERSION 25 #define VOLUME_ID_LABEL_SIZE 64 #define VOLUME_ID_UUID_SIZE 16 @@ -68,6 +68,7 @@ struct volume_id_partition { char *type; unsigned long long off; unsigned long long len; + unsigned int partition_type_raw; }; struct volume_id { |