diff options
author | Julien Cristau <jcristau@debian.org> | 2008-03-12 15:00:26 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-07-08 13:22:18 +0200 |
commit | 32c64bb2386c55d5c7a3878ae9e3f95577f00875 (patch) | |
tree | 75ce8774c7fcfbb70133effcb655c4b86b1ffaa2 /src | |
parent | 7282b53c47c2435c1ea23948272c9ccf1798178a (diff) |
Hide one more private symbol
Diffstat (limited to 'src')
-rw-r--r-- | src/freebsd_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freebsd_pci.c b/src/freebsd_pci.c index 67ca9e3..4b8f7ba 100644 --- a/src/freebsd_pci.c +++ b/src/freebsd_pci.c @@ -64,6 +64,7 @@ * * It is initialized once and used as a global, just as pci_system is used. */ +_pci_hidden struct freebsd_pci_system { /* This must be the first entry in the structure, as pci_system_cleanup() * frees pci_sys. |