diff options
| author | John Dyson <dyson@FreeBSD.org> | 1996-05-19 07:36:50 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1996-05-19 07:36:50 +0000 |
| commit | 867a482d661c25849e1fa5e3d992efbca7b4add2 (patch) | |
| tree | d5aabcba7719875b5a0f874d310c6f63ca671595 /sys/vm/vm_map.h | |
| parent | 0ac7fc1db6655659df6eacbc4ff0e16d1627def2 (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 0f800bfa2cdb..3ba837519912 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.11 1996/01/19 03:59:55 dyson Exp $ + * $Id: vm_map.h,v 1.12 1996/01/30 23:02:35 mpp Exp $ */ /* @@ -236,6 +236,7 @@ int vm_map_remove __P((vm_map_t, vm_offset_t, vm_offset_t)); 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)); #endif #endif /* _VM_MAP_ */ |
