diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 00:30:39 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 00:30:39 +0000 |
commit | db54c5228ebca1e9fcf986c2c042c4475999f208 (patch) | |
tree | b6907c4aad9d0b3b7bc00fab756321ebd7caf2e6 /sys/arch/mvme68k/dev/vs.c | |
parent | 898073588fa02753b0b64486b672431d14634198 (diff) |
Kill vm/vm_param.h, move it to uvm/uvm_param.h
Diffstat (limited to 'sys/arch/mvme68k/dev/vs.c')
-rw-r--r-- | sys/arch/mvme68k/dev/vs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/dev/vs.c b/sys/arch/mvme68k/dev/vs.c index 0dd744f0727..b28ef4ca9ba 100644 --- a/sys/arch/mvme68k/dev/vs.c +++ b/sys/arch/mvme68k/dev/vs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vs.c,v 1.5 2001/06/26 21:35:38 miod Exp $ */ +/* $OpenBSD: vs.c,v 1.6 2001/11/06 00:30:38 art Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. @@ -52,11 +52,11 @@ #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> -#include <vm/vm_param.h> - #include <machine/autoconf.h> #include <machine/param.h> +#include <uvm/uvm_param.h> + #ifdef mvme88k #include <mvme88k/dev/vsreg.h> #include <mvme88k/dev/vsvar.h> |