summaryrefslogtreecommitdiffstats
path: root/include/pt-mbr.h
diff options
context:
space:
mode:
authorKarel Zak2013-06-18 15:11:57 +0200
committerKarel Zak2013-09-16 16:47:02 +0200
commit71ade4da581ccb122d7c6c8d6bcfaaabbf4012e4 (patch)
tree9cad6418a448e9b25cae97341d568cec408319f3 /include/pt-mbr.h
parentinclude/pt-mbr: add functio to store le (diff)
downloadkernel-qcow2-util-linux-71ade4da581ccb122d7c6c8d6bcfaaabbf4012e4.tar.gz
kernel-qcow2-util-linux-71ade4da581ccb122d7c6c8d6bcfaaabbf4012e4.tar.xz
kernel-qcow2-util-linux-71ade4da581ccb122d7c6c8d6bcfaaabbf4012e4.zip
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/pt-mbr.h')
-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 6a6510af4..283ec7fac 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];