Bandaid for src/sys/modules which broke world
This commit is contained in:
parent
504f0f8dca
commit
035ba0c7ef
@ -279,7 +279,7 @@ PCIB_ACCESSOR(hose, HOSE, u_int32_t)
|
||||
|
||||
#ifdef PCI_COMPAT
|
||||
|
||||
#ifdef _KERNEL
|
||||
#if defined(_KERNEL) && !defined(KLD_MODULE)
|
||||
#include "opt_compat_oldpci.h"
|
||||
#endif
|
||||
|
||||
|
@ -279,7 +279,7 @@ PCIB_ACCESSOR(hose, HOSE, u_int32_t)
|
||||
|
||||
#ifdef PCI_COMPAT
|
||||
|
||||
#ifdef _KERNEL
|
||||
#if defined(_KERNEL) && !defined(KLD_MODULE)
|
||||
#include "opt_compat_oldpci.h"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user