patch-fdisks_cfdisk_c 467 B

12345678910111213
  1. patch taken from sabotage linux -- https://github.com/rofl0r/sabotage
  2. --- util-linux-2.23.2.orig/fdisks/cfdisk.c 2013-07-30 10:39:26.000000000 +0200
  3. +++ util-linux-2.23.2/fdisks/cfdisk.c 2013-08-14 12:42:25.000000000 +0200
  4. @@ -325,7 +325,7 @@ int num_parts = 0;
  5. int logical = 0;
  6. long long logical_sectors[MAXIMUM_PARTS];
  7. -__sighandler_t old_SIGINT, old_SIGTERM;
  8. +sighandler_t old_SIGINT, old_SIGTERM;
  9. int arrow_cursor = FALSE;
  10. int display_units = MEGABYTES;