]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fdisk: add fdisk_set_partition_type()
authorKarel Zak <kzak@redhat.com>
Wed, 26 Sep 2012 11:30:44 +0000 (13:30 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 27 Sep 2012 11:38:13 +0000 (13:38 +0200)
commit02460b8aae3f44cb56d7a23bff2a420e2241c4be
tree1e14ec2f5d0ffa6de18e839b5ed220c0579d7c0c
parent010186f2a29edc43b845e8de8f37cf49ad25666b
fdisk: add fdisk_set_partition_type()

 - remove all label specific partition type stuff from fdisk.c to
   label files
 - add new fdisk_set_partition_type() to API

Signed-off-by: Karel Zak <kzak@redhat.com>
fdisks/fdisk.c
fdisks/fdisk.h
fdisks/fdiskbsdlabel.c
fdisks/fdiskdoslabel.c
fdisks/fdiskdoslabel.h
fdisks/fdisksgilabel.c
fdisks/fdisksunlabel.c
fdisks/utils.c