diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-03-03 18:53:10 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-03-03 18:53:10 +0000 |
| commit | 5e004bea6fb08ab63cd4ae32b7197c2618649c12 (patch) | |
| tree | 58747ebc2ff6e7be92cc262737faab557bcc63e8 /sys | |
| parent | d9c682305a8e50e5a1b420e1ecf743110094181f (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/vm/vm_map.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 8e6a436be4bf..56acb37845f0 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_map.c,v 1.33 1996/02/11 22:03:49 dyson Exp $ + * $Id: vm_map.c,v 1.34 1996/03/02 02:54:20 dyson Exp $ */ /* @@ -165,9 +165,7 @@ static void vm_map_entry_dispose __P((vm_map_t, vm_map_entry_t)); static void vm_map_entry_unwire __P((vm_map_t, vm_map_entry_t)); static void vm_map_copy_entry __P((vm_map_t, vm_map_t, vm_map_entry_t, vm_map_entry_t)); -#ifdef notyet static void vm_map_simplify_entry __P((vm_map_t, vm_map_entry_t)); -#endif void vm_map_startup() |
