diff options
author | 2001-11-05 22:14:54 +0000 | |
---|---|---|
committer | 2001-11-05 22:14:54 +0000 | |
commit | d0888d5f84c00a4f0633d1bc4d0c66738f40bbe8 (patch) | |
tree | f21af78addaba04642f097f40fb48dd6af8e65c7 /sys/uvm/uvm_io.c | |
parent | Comment out info on U (utrace) malloc option since we don't support it (diff) | |
download | wireguard-openbsd-d0888d5f84c00a4f0633d1bc4d0c66738f40bbe8.tar.xz wireguard-openbsd-d0888d5f84c00a4f0633d1bc4d0c66738f40bbe8.zip |
Minor sync to NetBSD.
Diffstat (limited to 'sys/uvm/uvm_io.c')
-rw-r--r-- | sys/uvm/uvm_io.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/uvm/uvm_io.c b/sys/uvm/uvm_io.c index b7f09e883c0..404d89140cf 100644 --- a/sys/uvm/uvm_io.c +++ b/sys/uvm/uvm_io.c @@ -1,5 +1,5 @@ -/* $OpenBSD: uvm_io.c,v 1.8 2001/09/20 02:07:43 art Exp $ */ -/* $NetBSD: uvm_io.c,v 1.10 2000/06/02 12:02:44 pk Exp $ */ +/* $OpenBSD: uvm_io.c,v 1.9 2001/11/05 22:14:54 art Exp $ */ +/* $NetBSD: uvm_io.c,v 1.11 2000/06/26 14:21:18 mrg Exp $ */ /* * @@ -47,7 +47,6 @@ #include <sys/uio.h> #include <vm/vm.h> -#include <vm/vm_page.h> #include <uvm/uvm.h> |