summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-03-03 18:53:10 +0000
committerpeter <peter@FreeBSD.org>1996-03-03 18:53:10 +0000
commit32c0e11a4b2d5700d745f8186f6de609d59fa137 (patch)
tree58747ebc2ff6e7be92cc262737faab557bcc63e8
parent504a81472527b70fb252fb679ca5636d2bca106b (diff)
downloadFreeBSD-src-32c0e11a4b2d5700d745f8186f6de609d59fa137.zip
FreeBSD-src-32c0e11a4b2d5700d745f8186f6de609d59fa137.tar.gz
Remove the #ifdef notyet from the prototype of vm_map_simplify. John
re-enabled the function but missed the prototype, causing a warning.
-rw-r--r--sys/vm/vm_map.c4
1 files changed, 1 insertions, 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()
OpenPOWER on IntegriCloud