From beff4cd64f0d64a11dd4d44bef7b2567d3a57516 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 20 Jun 2005 06:01:06 +0000 Subject: - change prototype of fs::get_major_minor() - use it in fs::proc_partitions::compare() (not useful at the moment, but it may help in the future) --- perl-install/fsedit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fsedit.pm') diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 555b339d0..1ca3e1f3d 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -239,7 +239,7 @@ Do you agree to lose all the partitions? $all_hds->{lvms} = [ lvms($all_hds) ]; - fs::get_major_minor(fs::get::fstab($all_hds)); + fs::get_major_minor([ fs::get::fstab($all_hds) ]); $all_hds; } -- cgit v1.2.1