Module Name: src
Committed By: thorpej
Date: Wed Jun 17 03:50:05 UTC 2020
Modified Files:
src/sys/arch/alpha/pci: tsvar.h ttwogavar.h
Log Message:
#include <sys/extent.h> explicitly.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/alpha/pci/tsvar.h
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/alpha/pci/ttwogavar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/alpha/pci/tsvar.h
diff -u src/sys/arch/alpha/pci/tsvar.h:1.13 src/sys/arch/alpha/pci/tsvar.h:1.14
--- src/sys/arch/alpha/pci/tsvar.h:1.13 Sun Dec 22 23:23:29 2019
+++ src/sys/arch/alpha/pci/tsvar.h Wed Jun 17 03:50:04 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: tsvar.h,v 1.13 2019/12/22 23:23:29 thorpej Exp $ */
+/* $NetBSD: tsvar.h,v 1.14 2020/06/17 03:50:04 thorpej Exp $ */
/*-
* Copyright (c) 1999 by Ross Harvey. All rights reserved.
@@ -31,6 +31,7 @@
*
*/
+#include <sys/extent.h>
#include <dev/isa/isavar.h>
#include <dev/pci/pcivar.h>
#include <dev/i2c/i2cvar.h>
Index: src/sys/arch/alpha/pci/ttwogavar.h
diff -u src/sys/arch/alpha/pci/ttwogavar.h:1.4 src/sys/arch/alpha/pci/ttwogavar.h:1.5
--- src/sys/arch/alpha/pci/ttwogavar.h:1.4 Mon Feb 6 02:14:15 2012
+++ src/sys/arch/alpha/pci/ttwogavar.h Wed Jun 17 03:50:04 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: ttwogavar.h,v 1.4 2012/02/06 02:14:15 matt Exp $ */
+/* $NetBSD: ttwogavar.h,v 1.5 2020/06/17 03:50:04 thorpej Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -29,6 +29,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/extent.h>
#include <dev/isa/isavar.h>
#include <dev/pci/pcivar.h>
#include <alpha/pci/pci_sgmap_pte64.h>