Bandaid for src/sys/modules which broke world

This commit is contained in:
Peter Wemm 2000-03-20 01:22:27 +00:00
parent c4bf272b86
commit 56dac036b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58320
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