From 36e7a51ea1dedf0fc860ff3106aee1db1ab3b1f5 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 12 Oct 1997 20:26:33 +0000 Subject: Last major round (Unless Bruce thinks of somthing :-) of malloc changes. Distribute all but the most fundamental malloc types. This time I also remembered the trick to making things static: Put "static" in front of them. A couple of finer points by: bde --- sys/vm/vm_pager.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/vm/vm_pager.h') diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h index a965624..c809865 100644 --- a/sys/vm/vm_pager.h +++ b/sys/vm/vm_pager.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vm_pager.h 8.4 (Berkeley) 1/12/94 - * $Id$ + * $Id: vm_pager.h,v 1.13 1997/02/22 09:48:37 peter Exp $ */ /* @@ -75,6 +75,11 @@ struct pagerops { #define VM_PAGER_AGAIN 5 #ifdef KERNEL + +#ifdef MALLOC_DECLARE +MALLOC_DECLARE(M_VMPGDATA); +#endif + extern vm_map_t pager_map; extern int pager_map_size; -- cgit v1.1