mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
- Remove patches for FreeBSD 12 (patch-lib-ecam.c and patch-lib-mmio-ports.c) Changes: https://github.com/pciutils/pciutils/blob/master/ChangeLog
17 lines
305 B
C
17 lines
305 B
C
--- lib/pci.h.orig 2024-02-24 23:10:31 UTC
|
|
+++ lib/pci.h
|
|
@@ -12,11 +12,11 @@
|
|
#define _PCI_LIB_H
|
|
|
|
#ifndef PCI_CONFIG_H
|
|
-#include "config.h"
|
|
+#include "pci/config.h"
|
|
#endif
|
|
|
|
-#include "header.h"
|
|
-#include "types.h"
|
|
+#include "pci/header.h"
|
|
+#include "pci/types.h"
|
|
|
|
#define PCI_LIB_VERSION 0x030b01
|
|
|