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/sys/mount.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/sys/mount.h') diff --git a/sys/sys/mount.h b/sys/sys/mount.h index b194be0..8c3d1bf 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mount.h 8.21 (Berkeley) 5/20/95 - * $Id: mount.h,v 1.46 1997/09/16 14:44:24 bde Exp $ + * $Id: mount.h,v 1.47 1997/09/27 13:39:49 kato Exp $ */ #ifndef _SYS_MOUNT_H_ @@ -309,6 +309,9 @@ struct ovfsconf { #ifdef KERNEL +#ifdef MALLOC_DECLARE +MALLOC_DECLARE(M_MOUNT); +#endif extern int maxvfsconf; /* highest defined filesystem type */ extern struct vfsconf *vfsconf; /* head of list of filesystem types */ -- cgit v1.1