summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_amap.c
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-11-05 22:14:55 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-11-05 22:14:55 +0000
commitd224bfe99f83784521dccc531e859868463e1c50 (patch)
tree0ddbd1ad190e2f5fd1e9619a40467f39fbd0c530 /sys/uvm/uvm_amap.c
parente928e5a36b997e4bd97df532396e4a2fa8c90959 (diff)
Minor sync to NetBSD.
Diffstat (limited to 'sys/uvm/uvm_amap.c')
-rw-r--r--sys/uvm/uvm_amap.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/uvm/uvm_amap.c b/sys/uvm/uvm_amap.c
index 1a67c4e1ac8..ea08c4670e2 100644
--- a/sys/uvm/uvm_amap.c
+++ b/sys/uvm/uvm_amap.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: uvm_amap.c,v 1.10 2001/09/11 20:05:25 miod Exp $ */
-/* $NetBSD: uvm_amap.c,v 1.22 1999/09/12 01:17:33 chs Exp $ */
+/* $OpenBSD: uvm_amap.c,v 1.11 2001/11/05 22:14:54 art Exp $ */
+/* $NetBSD: uvm_amap.c,v 1.23 2000/06/26 14:21:16 mrg Exp $ */
/*
*
@@ -51,7 +51,6 @@
#include <sys/pool.h>
#include <vm/vm.h>
-#include <vm/vm_page.h>
#define UVM_AMAP_C /* ensure disabled inlines are in */
#include <uvm/uvm.h>