Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Include uvm/uvm_extern.h for PAGE_SIZE.
details: https://anonhg.NetBSD.org/src/rev/7308928f6a36
branches: trunk
changeset: 515504:7308928f6a36
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Thu Sep 27 15:12:30 2001 +0000
description:
Include uvm/uvm_extern.h for PAGE_SIZE.
diffstat:
sys/dev/pci/iha_pci.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 0810be918e99 -r 7308928f6a36 sys/dev/pci/iha_pci.c
--- a/sys/dev/pci/iha_pci.c Thu Sep 27 15:11:34 2001 +0000
+++ b/sys/dev/pci/iha_pci.c Thu Sep 27 15:12:30 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iha_pci.c,v 1.1 2001/06/03 13:43:48 tsutsui Exp $ */
+/* $NetBSD: iha_pci.c,v 1.2 2001/09/27 15:12:30 tsutsui Exp $ */
/*
* Initio INI-9xxxU/UW SCSI Device Driver
*
@@ -51,6 +51,8 @@
#include <sys/systm.h>
#include <sys/device.h>
+#include <uvm/uvm_extern.h>
+
#include <dev/pci/pcidevs.h>
#include <dev/pci/pcivar.h>
Home |
Main Index |
Thread Index |
Old Index