From e31295b058b23831d5ceced25adc058df97704d3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 18 Sep 2007 10:32:56 +0000 Subject: rename ->read to ->read_one --- perl-install/partition_table/bsd.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/partition_table/bsd.pm') diff --git a/perl-install/partition_table/bsd.pm b/perl-install/partition_table/bsd.pm index d01f0ad7e..9421eae17 100644 --- a/perl-install/partition_table/bsd.pm +++ b/perl-install/partition_table/bsd.pm @@ -61,7 +61,7 @@ my $offset = 0x40; sub use_pt_type { 1 } -sub read($$) { +sub read_one { my ($hd, $sector) = @_; my $tmp; -- cgit v1.2.1