mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
2a63c3be15
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
6 lines
165 B
C
6 lines
165 B
C
#include <paths.h>
|
|
|
|
#define _PATH_DEVPCI "/dev/pci"
|
|
#define _PATH_PCIVDB "/usr/share/misc/pci_vendors"
|
|
#define _PATH_LPCIVDB _PATH_LOCALBASE "/share/pciids/pci.ids"
|