Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/arc/arc Add a:
details: https://anonhg.NetBSD.org/src/rev/50c6e3c6ca2d
branches: netbsd-1-5
changeset: 489526:50c6e3c6ca2d
user: oster <oster%NetBSD.org@localhost>
date: Fri Sep 22 01:15:21 2000 +0000
description:
Add a:
#include <uvm/uvm_page.h>
to let this build again. Fixed differently in -current (where the above
is included in <uvm/uvm_extern.h>). Approved by thorpej.
diffstat:
sys/arch/arc/arc/machdep.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 4ac93aa47ed0 -r 50c6e3c6ca2d sys/arch/arc/arc/machdep.c
--- a/sys/arch/arc/arc/machdep.c Thu Sep 21 21:32:35 2000 +0000
+++ b/sys/arch/arc/arc/machdep.c Fri Sep 22 01:15:21 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.39.2.2 2000/08/13 09:09:27 jdolecek Exp $ */
+/* $NetBSD: machdep.c,v 1.39.2.3 2000/09/22 01:15:21 oster Exp $ */
/* $OpenBSD: machdep.c,v 1.36 1999/05/22 21:22:19 weingart Exp $ */
/*
@@ -67,6 +67,7 @@
#include <sys/exec.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
+#include <uvm/uvm_page.h>
#include <sys/sysctl.h>
#include <sys/mount.h>
#include <sys/device.h>
Home |
Main Index |
Thread Index |
Old Index