diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-07-25 17:04:55 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-07-25 17:04:55 +0000 |
commit | cc807715c78fc998e3d486bc5724e903b0e229a0 (patch) | |
tree | 858797d5b502cc8dce338cedb6bae6ebade87660 /perl-install/partition_table.pm | |
parent | 43149ab549f7e43bb1af88c1cbc95dc014a03dd7 (diff) | |
download | drakx-cc807715c78fc998e3d486bc5724e903b0e229a0.tar drakx-cc807715c78fc998e3d486bc5724e903b0e229a0.tar.gz drakx-cc807715c78fc998e3d486bc5724e903b0e229a0.tar.bz2 drakx-cc807715c78fc998e3d486bc5724e903b0e229a0.tar.xz drakx-cc807715c78fc998e3d486bc5724e903b0e229a0.zip |
do not export sync, keep it in common (esp. so that it doesn't conflict with my_gtk::sync
Diffstat (limited to 'perl-install/partition_table.pm')
-rw-r--r-- | perl-install/partition_table.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index 249cfbd90..514d5568a 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -498,7 +498,7 @@ sub write($) { #- now sync disk and re-read the partition table if ($hd->{needKernelReread}) { - sync(); + common::sync(); $hd->kernel_read; $hd->{needKernelReread} = 0; } |