From d23c661c4764dc3c11db0b5f624e92f329f37847 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 12 Mar 2013 11:37:33 +0100 Subject: 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 --- fdisks/fdiskdoslabel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fdisks/fdiskdoslabel.c') 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")); -- cgit v1.2.3-55-g7522