summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2013-06-18 15:11:57 +0200
committerKarel Zak <kzak@redhat.com>2013-09-16 16:47:02 +0200
commit71ade4da581ccb122d7c6c8d6bcfaaabbf4012e4 (patch)
tree9cad6418a448e9b25cae97341d568cec408319f3 /include
parentb1981115232823b76e0205df226686f0f4f600f9 (diff)
downloadutil-linux-71ade4da581ccb122d7c6c8d6bcfaaabbf4012e4.tar.gz
libblkid: rename sys_type to sys_ind
This makes struct dos_partition more compatible with the current fdisk code. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/pt-mbr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pt-mbr.h b/include/pt-mbr.h
index 6a6510af..283ec7fa 100644
--- a/include/pt-mbr.h
+++ b/include/pt-mbr.h
@@ -4,7 +4,7 @@
struct dos_partition {
unsigned char boot_ind; /* 0x80 - active */
unsigned char bh, bs, bc; /* begin CHS */
- unsigned char sys_type;
+ unsigned char sys_ind;
unsigned char eh, es, ec; /* end CHS */
unsigned char start_sect[4];
unsigned char nr_sects[4];