Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/common include <uvm/uvm_extern.h> here instead
details: https://anonhg.NetBSD.org/src/rev/d64154f63642
branches: trunk
changeset: 759705:d64154f63642
user: matt <matt%NetBSD.org@localhost>
date: Wed Dec 15 01:28:24 2010 +0000
description:
include <uvm/uvm_extern.h> here instead
diffstat:
sys/arch/alpha/common/sgmap_typedep.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r c271d402da0d -r d64154f63642 sys/arch/alpha/common/sgmap_typedep.c
--- a/sys/arch/alpha/common/sgmap_typedep.c Wed Dec 15 01:27:18 2010 +0000
+++ b/sys/arch/alpha/common/sgmap_typedep.c Wed Dec 15 01:28:24 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sgmap_typedep.c,v 1.36 2010/10/07 19:39:30 hans Exp $ */
+/* $NetBSD: sgmap_typedep.c,v 1.37 2010/12/15 01:28:24 matt Exp $ */
/*-
* Copyright (c) 1997, 1998, 2001 The NetBSD Foundation, Inc.
@@ -31,10 +31,12 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: sgmap_typedep.c,v 1.36 2010/10/07 19:39:30 hans Exp $");
+__KERNEL_RCSID(1, "$NetBSD: sgmap_typedep.c,v 1.37 2010/12/15 01:28:24 matt Exp $");
#include "opt_ddb.h"
+#include <uvm/uvm_extern.h>
+
#ifdef SGMAP_DEBUG
int __C(SGMAP_TYPE,_debug) = 0;
#endif
Home |
Main Index |
Thread Index |
Old Index