Skip to content

Commit

Permalink
fix compilation on BSD
Browse files Browse the repository at this point in the history
Change-Id: I7557a7a343506f5e3bebd7aa96a7bf4e3ed55b3a
  • Loading branch information
rdementi committed Aug 23, 2024
1 parent 9be2daf commit f16fc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lspci.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
#else
// different distributions put it in different places
#define PCI_IDS_PATH "/usr/share/hwdata/pci.ids"
#define PCI_IDS_PATH2 "/usr/share/misc/pci.ids"
#define PCI_IDS_NOT_FOUND "/usr/share/hwdata/pci.ids file is not available." \
" Ensure that the \"hwdata\" package is properly installed or download" \
" https://raw.githubusercontent.com/pciutils/pciids/master/pci.ids and" \
" copy it to the current directory."
#endif
#define PCI_IDS_PATH2 "/usr/share/misc/pci.ids"

namespace pcm {

Expand Down

0 comments on commit f16fc31

Please sign in to comment.