summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-11-06 00:30:39 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-11-06 00:30:39 +0000
commitdb54c5228ebca1e9fcf986c2c042c4475999f208 (patch)
treeb6907c4aad9d0b3b7bc00fab756321ebd7caf2e6 /sys/dev
parent898073588fa02753b0b64486b672431d14634198 (diff)
Kill vm/vm_param.h, move it to uvm/uvm_param.h
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/wt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/wt.c b/sys/dev/isa/wt.c
index db191cafb02..526468cf5e8 100644
--- a/sys/dev/isa/wt.c
+++ b/sys/dev/isa/wt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wt.c,v 1.13 2000/11/12 01:00:03 mickey Exp $ */
+/* $OpenBSD: wt.c,v 1.14 2001/11/06 00:30:38 art Exp $ */
/* $NetBSD: wt.c,v 1.33 1996/05/12 23:54:22 mycroft Exp $ */
/*
@@ -64,7 +64,7 @@
#include <sys/conf.h>
#include <sys/timeout.h>
-#include <vm/vm_param.h>
+#include <uvm/uvm_param.h>
#include <machine/intr.h>
#include <machine/pio.h>