You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-power/athcool/files/athcool-0.3.12-fno-common.p...

14 lines
279 B

--- a/scanpci.c
+++ b/scanpci.c
@@ -11,8 +11,8 @@
#define die printf
-struct pci_filter filter;
-struct pci_access *pacc;
+extern struct pci_filter filter;
+extern struct pci_access *pacc;
static int show_hex = 0;
static struct device *scan_device( struct pci_dev *p )