Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/include i386 pmap.h got a forward declarition ...
details: https://anonhg.NetBSD.org/src/rev/43f66aab2064
branches: trunk
changeset: 785536:43f66aab2064
user: para <para%NetBSD.org@localhost>
date: Mon Mar 18 16:32:32 2013 +0000
description:
i386 pmap.h got a forward declarition for vm_map from systm.h
insert a forward declaration
diffstat:
sys/arch/i386/include/pmap.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 2cde37b23384 -r 43f66aab2064 sys/arch/i386/include/pmap.h
--- a/sys/arch/i386/include/pmap.h Mon Mar 18 15:55:43 2013 +0000
+++ b/sys/arch/i386/include/pmap.h Mon Mar 18 16:32:32 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.115 2012/02/19 10:39:06 cherry Exp $ */
+/* $NetBSD: pmap.h,v 1.116 2013/03/18 16:32:32 para Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -400,6 +400,7 @@
#endif
+struct vm_map;
struct trapframe;
int pmap_exec_fixup(struct vm_map *, struct trapframe *, struct pcb *);
Home |
Main Index |
Thread Index |
Old Index