summaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorJohn Dyson <dyson@FreeBSD.org>1997-09-21 04:24:27 +0000
committerJohn Dyson <dyson@FreeBSD.org>1997-09-21 04:24:27 +0000
commit99448ed11d42574b59b878cbb42797573b951c6a (patch)
tree5ffb25ae92fa6742b04f66ca41cc830e49eb267c /sys/vm/vm_object.h
parent71eed6962e8a97967e48c9c6451dd6e002c59df7 (diff)
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index d6aaa00d09a9..e2ef6946fe1a 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_object.h,v 1.36 1997/08/05 00:02:06 dyson Exp $
+ * $Id: vm_object.h,v 1.37 1997/09/01 02:55:50 bde Exp $
*/
/*
@@ -183,6 +183,7 @@ void vm_object_pmap_remove __P((vm_object_t, vm_pindex_t, vm_pindex_t));
void vm_object_reference __P((vm_object_t));
void vm_object_shadow __P((vm_object_t *, vm_ooffset_t *, vm_size_t));
void vm_object_madvise __P((vm_object_t, vm_pindex_t, int, int));
+void vm_object_init2 __P((void));
#endif /* KERNEL */
#endif /* _VM_OBJECT_ */