summaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2000-01-27 18:52:43 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2000-01-27 18:52:43 +0000
commit780ec3554ab404a09947fcc0c5c040ed124e0d64 (patch)
tree853dfeb59995ae2ac0d86e922913ea0a7b6963da /sys/vm/vm_object.h
parent5d07d197ce6e858e30f1162c2271334f44c50121 (diff)
No prototypes and variables from this file are used in UVM. (ifdef)
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 53114a4e8c1..1364434568c 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vm_object.h,v 1.9 1998/03/01 00:38:17 niklas Exp $ */
+/* $OpenBSD: vm_object.h,v 1.10 2000/01/27 18:52:42 art Exp $ */
/* $NetBSD: vm_object.h,v 1.16 1995/03/29 22:10:28 briggs Exp $ */
/*
@@ -75,6 +75,7 @@
#include <vm/vm_page.h>
#include <vm/vm_pager.h>
+#if !defined(UVM)
/*
* Types defined:
*
@@ -228,4 +229,5 @@ void vm_object_shadow __P((vm_object_t *,
vm_offset_t *, vm_size_t));
void vm_object_terminate __P((vm_object_t));
#endif
+#endif /* UVM */
#endif /* _VM_OBJECT_ */