diff options
Diffstat (limited to 'perl-install/partition_table/sun.pm')
| -rw-r--r-- | perl-install/partition_table/sun.pm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/perl-install/partition_table/sun.pm b/perl-install/partition_table/sun.pm index 1532c04a9..e665d0168 100644 --- a/perl-install/partition_table/sun.pm +++ b/perl-install/partition_table/sun.pm @@ -1,4 +1,4 @@ -package partition_table::sun; # $Id$ +package partition_table::sun;  use diagnostics;  use strict; @@ -119,7 +119,7 @@ sub read_one {  # write the partition table (and extended ones)  # for each entry, it uses fields: start, size, pt_type, active  sub write($$$;$) { -    my ($hd, $sector, $pt, $info) = @_; +    my ($hd, $_handle, $sector, $pt, $info) = @_;  #    my ($csize, $wdsize) = (0, 0);      #- handle testing for writing partition table on file only! | 
