summaryrefslogtreecommitdiffstats
path: root/fdisks/fdiskdoslabel.c
diff options
context:
space:
mode:
authorKarel Zak2013-03-12 11:37:33 +0100
committerKarel Zak2013-03-12 11:37:33 +0100
commitd23c661c4764dc3c11db0b5f624e92f329f37847 (patch)
treeeec3855e7d8187fb8a085f9b681f6b877d48ab1d /fdisks/fdiskdoslabel.c
parenttests: update fdisk tests (diff)
downloadkernel-qcow2-util-linux-d23c661c4764dc3c11db0b5f624e92f329f37847.tar.gz
kernel-qcow2-util-linux-d23c661c4764dc3c11db0b5f624e92f329f37847.tar.xz
kernel-qcow2-util-linux-d23c661c4764dc3c11db0b5f624e92f329f37847.zip
fdisk: no more AIX "support"
The whole AIX support in fdisk has been limited to pretty poor AIX magic string detection and warning that the AIX is unsupported. It's too expensive to maintain such fdisk driver. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisks/fdiskdoslabel.c')
-rw-r--r--fdisks/fdiskdoslabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisks/fdiskdoslabel.c b/fdisks/fdiskdoslabel.c
index dc1d87b46..34465ef32 100644
--- a/fdisks/fdiskdoslabel.c
+++ b/fdisks/fdiskdoslabel.c
@@ -1207,7 +1207,7 @@ int dos_list_table(struct fdisk_context *cxt,
/* Is partition table in disk order? It need not be, but... */
/* partition table entries are not checked for correct order if this
- is a sgi, sun or aix labeled disk... */
+ is a sgi, sun labeled disk... */
if (wrong_p_order(cxt, NULL))
printf(_("\nPartition table entries are not in disk order\n"));