Bandaid for src/sys/modules which broke world

This commit is contained in:
peter 2000-03-20 01:22:27 +00:00
parent 504f0f8dca
commit 035ba0c7ef
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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