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_glue.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_glue.c')
-rw-r--r-- | sys/uvm/uvm_glue.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/uvm/uvm_glue.c b/sys/uvm/uvm_glue.c index 21c3f94a42f..970bcec90d2 100644 --- a/sys/uvm/uvm_glue.c +++ b/sys/uvm/uvm_glue.c @@ -1,5 +1,5 @@ -/* $OpenBSD: uvm_glue.c,v 1.20 2001/09/19 20:50:59 mickey Exp $ */ -/* $NetBSD: uvm_glue.c,v 1.36 2000/06/18 05:20:27 simonb Exp $ */ +/* $OpenBSD: uvm_glue.c,v 1.21 2001/11/05 22:14:54 art Exp $ */ +/* $NetBSD: uvm_glue.c,v 1.37 2000/06/26 14:21:17 mrg Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -82,7 +82,6 @@ #endif #include <vm/vm.h> -#include <vm/vm_page.h> #include <uvm/uvm.h> |