From 9ca9a63597f34576f9574e136dea4a1de8183f46 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 20 Apr 2000 17:50:23 +0000 Subject: *** empty log message *** --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 968c3a514..9d17c352b 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -536,7 +536,7 @@ sub load_thiskind($;&$) { } #- hey, we're allowed to pci probe :) let's do a lot of probing! if (my ($c) = pci_probing::main::probe('AUDIO')) { - modules::add_alias("sound", $c->[1]) if pci_probing::main::check($c->[1]); + add_alias("sound", $c->[1]) if pci_probing::main::check($c->[1]); } } @devs, map { [ $_, $_ ] } @{$loaded{$type} || []}; -- cgit v1.2.1