diff options
Diffstat (limited to 'perl-install/c/stuff.xs.pl')
-rw-r--r-- | perl-install/c/stuff.xs.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index ec4b72569..a162dfe6e 100644 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -372,6 +372,7 @@ dmiDetectMemory() void pci_probe() PPCODE: + //proc_pci_path = "/tmp/pci"; struct pciusb_entries entries = pci_probe(); char buf[2048]; int i; |