diff options
| author | John Dyson <dyson@FreeBSD.org> | 1996-12-28 23:07:49 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1996-12-28 23:07:49 +0000 |
| commit | b7b2aac2b6305f8b01f0c47bc40b29a237356d16 (patch) | |
| tree | fec6bbd70192e53debad5bf6ffd00e181da4684f /sys/vm/vm_map.h | |
| parent | 94328e9057c361defa678da7c83e0f72968a9dc0 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_map.h')
| -rw-r--r-- | sys/vm/vm_map.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index c1450f1914cc..bb61e726cc3c 100644 --- a/sys/vm/vm_map.h +++ b/sys/vm/vm_map.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_map.h,v 1.17 1996/12/07 00:03:43 dyson Exp $ + * $Id: vm_map.h,v 1.18 1996/12/14 17:54:16 dyson Exp $ */ /* @@ -247,6 +247,7 @@ void vm_map_simplify __P((vm_map_t, vm_offset_t)); void vm_map_startup __P((void)); int vm_map_submap __P((vm_map_t, vm_offset_t, vm_offset_t, vm_map_t)); void vm_map_madvise __P((vm_map_t, pmap_t, vm_offset_t, vm_offset_t, int)); +void vm_map_simplify_entry __P((vm_map_t, vm_map_entry_t)); #endif #endif /* _VM_MAP_ */ |
