diff options
| author | Karel Zak <kzak@redhat.com> | 2013-06-18 15:11:57 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2013-09-16 16:47:02 +0200 |
| commit | 71ade4da581ccb122d7c6c8d6bcfaaabbf4012e4 (patch) | |
| tree | 9cad6418a448e9b25cae97341d568cec408319f3 /include | |
| parent | b1981115232823b76e0205df226686f0f4f600f9 (diff) | |
| download | util-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.h | 2 |
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]; |
