parted/parted-1.8.6-warnings.patch
David Cantrell ce690b2370 - Upgrade to GNU parted-1.8.6, summary of major change(s): a) Revert
linux-swap(new) and linux-swap(old) fs types, it's linux-swap for all
    swap types (#233085)
2007-03-20 18:18:19 +00:00

12 lines
301 B
Diff

--- parted-1.8.6/libparted/fs/linux_swap/linux_swap.c.warnings 2007-03-20 13:22:36.000000000 -0400
+++ parted-1.8.6/libparted/fs/linux_swap/linux_swap.c 2007-03-20 13:59:11.000000000 -0400
@@ -123,7 +123,7 @@
error_close_fs:
swap_close (fs);
-error:
+
return 0;
}
#endif /* !DISCOVER_ONLY */