diff options
| author | John Dyson <dyson@FreeBSD.org> | 1998-02-05 03:32:49 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1998-02-05 03:32:49 +0000 |
| commit | 95461b450d8d76f79be75d7dd0aee4adec4223fb (patch) | |
| tree | 19ec035c730260d5d3bb5bf2326838b26108d09e /sys/vm/vm_object.h | |
| parent | 47cfdb166d16af183216e459e4e48aff9d2beabf (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
| -rw-r--r-- | sys/vm/vm_object.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index e67460e2ea57..fe418812dbf4 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.43 1998/01/22 17:30:40 dyson Exp $ + * $Id: vm_object.h,v 1.44 1998/01/31 11:56:43 dyson Exp $ */ /* @@ -171,7 +171,6 @@ void vm_object_collapse __P((vm_object_t)); void vm_object_copy __P((vm_object_t, vm_pindex_t, vm_object_t *, vm_pindex_t *, boolean_t *)); void vm_object_deallocate __P((vm_object_t)); void vm_object_terminate __P((vm_object_t)); -void vm_object_dispose __P((vm_object_t)); void vm_object_vndeallocate __P((vm_object_t)); void vm_object_init __P((void)); void vm_object_page_clean __P((vm_object_t, vm_pindex_t, vm_pindex_t, boolean_t)); |
