From 32c0e11a4b2d5700d745f8186f6de609d59fa137 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 3 Mar 1996 18:53:10 +0000 Subject: Remove the #ifdef notyet from the prototype of vm_map_simplify. John re-enabled the function but missed the prototype, causing a warning. --- sys/vm/vm_map.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 8e6a436..56acb37 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() -- cgit v1.1