Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/atari/dev Add some {u}vm includes for the sake of P...



details:   https://anonhg.NetBSD.org/src/rev/891daa01f903
branches:  trunk
changeset: 485949:891daa01f903
user:      leo <leo%NetBSD.org@localhost>
date:      Tue May 09 10:29:01 2000 +0000

description:
Add some {u}vm includes for the sake of PHOLD().

diffstat:

 sys/arch/atari/dev/hdfd.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 732d933dbcda -r 891daa01f903 sys/arch/atari/dev/hdfd.c
--- a/sys/arch/atari/dev/hdfd.c Tue May 09 10:15:17 2000 +0000
+++ b/sys/arch/atari/dev/hdfd.c Tue May 09 10:29:01 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hdfd.c,v 1.22 2000/04/07 16:58:55 thorpej Exp $        */
+/*     $NetBSD: hdfd.c,v 1.23 2000/05/09 10:29:01 leo Exp $    */
 
 /*-
  * Copyright (c) 1996 Leo Weppelman
@@ -80,6 +80,9 @@
 #include <sys/conf.h>
 #include <sys/device.h>
 
+#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
+
 #include <machine/cpu.h>
 #include <machine/bus.h>
 #include <machine/iomap.h>



Home | Main Index | Thread Index | Old Index