summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_map.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-08-26 23:18:38 +0000
committerbde <bde@FreeBSD.org>1995-08-26 23:18:38 +0000
commitdba3676dfb1b2d812e9d1ccdd2a7041c3c9bcc34 (patch)
treee38b19e9583dcf934d9a6d9b027196010976ed0c /sys/vm/vm_map.h
parent6830acbbd7841c0d377302abd56adc02b02d2b69 (diff)
downloadFreeBSD-src-dba3676dfb1b2d812e9d1ccdd2a7041c3c9bcc34.zip
FreeBSD-src-dba3676dfb1b2d812e9d1ccdd2a7041c3c9bcc34.tar.gz
Change vm_map_print() to have the correct number and type of args for
a ddb command.
Diffstat (limited to 'sys/vm/vm_map.h')
-rw-r--r--sys/vm/vm_map.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h
index 98ecb7e..07c17c0 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.5 1995/03/16 18:17:17 bde Exp $
+ * $Id: vm_map.h,v 1.6 1995/07/13 08:48:28 davidg Exp $
*/
/*
@@ -204,7 +204,10 @@ void vm_map_lookup_done __P((vm_map_t, vm_map_entry_t));
boolean_t vm_map_lookup_entry __P((vm_map_t, vm_offset_t, vm_map_entry_t *));
int vm_map_pageable __P((vm_map_t, vm_offset_t, vm_offset_t, boolean_t));
int vm_map_clean __P((vm_map_t, vm_offset_t, vm_offset_t, boolean_t, boolean_t));
-void vm_map_print __P((vm_map_t, boolean_t));
+#ifdef DDB
+void vm_map_print __P((/* db_expr_t */ int, boolean_t, /* db_expr_t */ int,
+ char *));
+#endif
int vm_map_protect __P((vm_map_t, vm_offset_t, vm_offset_t, vm_prot_t, boolean_t));
void vm_map_reference __P((vm_map_t));
int vm_map_remove __P((vm_map_t, vm_offset_t, vm_offset_t));
OpenPOWER on IntegriCloud