From 000bdc419e1a8387f0eb6e10a1c2253111807bdc4527505170a2037a39cf18f5 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 5 Jun 2013 13:10:04 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=163 --- ...ux-2.12r-fdisk_remove_bogus_warnings.patch | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 util-linux-2.12r-fdisk_remove_bogus_warnings.patch diff --git a/util-linux-2.12r-fdisk_remove_bogus_warnings.patch b/util-linux-2.12r-fdisk_remove_bogus_warnings.patch deleted file mode 100644 index f7bd9e4..0000000 --- a/util-linux-2.12r-fdisk_remove_bogus_warnings.patch +++ /dev/null @@ -1,20 +0,0 @@ -Index: util-linux-2.21-rc2/fdisks/fdisk.c -=================================================================== ---- util-linux-2.21-rc2.orig/fdisks/fdisk.c -+++ util-linux-2.21-rc2/fdisks/fdisk.c -@@ -1767,6 +1767,7 @@ static void check_consistency(struct par - /* compute logical ending (c, h, s) */ - long2chs(get_start_sect(p) + get_nr_sects(p) - 1, &lec, &leh, &les); - -+#if 0 - /* Same physical / logical beginning? */ - if (cylinders <= 1024 && (pbc != lbc || pbh != lbh || pbs != lbs)) { - printf(_("Partition %d has different physical/logical " -@@ -1783,7 +1784,6 @@ static void check_consistency(struct par - printf(_("logical=(%d, %d, %d)\n"),lec, leh, les); - } - --#if 0 - /* Beginning on cylinder boundary? */ - if (pbh != !pbc || pbs != 1) { - printf(_("Partition %i does not start on cylinder "