diff options
author | 2018-07-02 04:26:58 +0000 | |
---|---|---|
committer | 2018-07-02 04:26:58 +0000 | |
commit | 2d7d1d43af1c18c52982f24770609438d6bce933 (patch) | |
tree | 3df8a7d5769904711b376a77c758db54a72afc99 | |
parent | Revert bit I didn't intend to commit. (diff) | |
download | wireguard-openbsd-2d7d1d43af1c18c52982f24770609438d6bce933.tar.xz wireguard-openbsd-2d7d1d43af1c18c52982f24770609438d6bce933.zip |
clarify what is actually needed from a header file being included
(previous comment was wrong, or outdated)
-rw-r--r-- | sys/arch/i386/i386/mainbus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/mainbus.c b/sys/arch/i386/i386/mainbus.c index af397ef6a25..f86e56e87dd 100644 --- a/sys/arch/i386/i386/mainbus.c +++ b/sys/arch/i386/i386/mainbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mainbus.c,v 1.57 2017/03/25 22:24:01 deraadt Exp $ */ +/* $OpenBSD: mainbus.c,v 1.58 2018/07/02 04:26:58 mlarkin Exp $ */ /* $NetBSD: mainbus.c,v 1.21 1997/06/06 23:14:20 thorpej Exp $ */ /* @@ -42,7 +42,7 @@ #include <dev/eisa/eisavar.h> #include <dev/pci/pcivar.h> -#include <dev/isa/isareg.h> /* for ISA_HOLE_VADDR */ +#include <dev/isa/isareg.h> /* for IOM_BEGIN */ #include <i386/isa/isa_machdep.h> #include "pci.h" |