From cdd1466eff8fe6bc340f5bcfee9e9585165d25cd Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 4 Jul 2002 22:13:16 +0000 Subject: adapt to new ldetect --- perl-install/c/stuff.xs.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/c') diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index 5fc1a0632..e3ac37816 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -342,7 +342,7 @@ pci_probe(probe_type) pci_class2text(e.class_), e.module ? e.module : "unknown", e.text); PUSHs(sv_2mortal(newSVpv(buf, 0))); } - pciusb_free(entries); + pciusb_free(&entries); void usb_probe() @@ -358,7 +358,7 @@ usb_probe() e.vendor, e.device, usb_class2text(e.class_), e.module ? e.module : "unknown", e.text); PUSHs(sv_2mortal(newSVpv(buf, 0))); } - pciusb_free(entries); + pciusb_free(&entries); unsigned int getpagesize() -- cgit v1.2.1