Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Need <uvm/uvm_extern.h>.
details: https://anonhg.NetBSD.org/src/rev/a21dc1221446
branches: trunk
changeset: 545452:a21dc1221446
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Apr 09 01:35:12 2003 +0000
description:
Need <uvm/uvm_extern.h>.
diffstat:
sys/dev/pci/esiop_pci.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 7a9e54ebb82a -r a21dc1221446 sys/dev/pci/esiop_pci.c
--- a/sys/dev/pci/esiop_pci.c Wed Apr 09 00:39:38 2003 +0000
+++ b/sys/dev/pci/esiop_pci.c Wed Apr 09 01:35:12 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: esiop_pci.c,v 1.5 2002/10/02 16:51:13 thorpej Exp $ */
+/* $NetBSD: esiop_pci.c,v 1.6 2003/04/09 01:35:12 thorpej Exp $ */
/*
* Copyright (c) 2002 Manuel Bouyer.
@@ -32,13 +32,15 @@
/* SYM53c8xx PCI-SCSI I/O Processors driver: PCI front-end */
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: esiop_pci.c,v 1.5 2002/10/02 16:51:13 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: esiop_pci.c,v 1.6 2003/04/09 01:35:12 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/kernel.h>
+#include <uvm/uvm_extern.h>
+
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
Home |
Main Index |
Thread Index |
Old Index