diff options
author | eivind <eivind@FreeBSD.org> | 1999-04-11 02:27:06 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1999-04-11 02:27:06 +0000 |
commit | 3208d85e730b8e0980f7408104a0657a511b0df8 (patch) | |
tree | 79f2074d20b92b1a9cf3fb725762d647eeae033b /sys/kern/subr_rman.c | |
parent | 081517e8b2b072ed569ec8e324ec5ae78f38165f (diff) | |
download | FreeBSD-src-3208d85e730b8e0980f7408104a0657a511b0df8.zip FreeBSD-src-3208d85e730b8e0980f7408104a0657a511b0df8.tar.gz |
Staticize.
Diffstat (limited to 'sys/kern/subr_rman.c')
-rw-r--r-- | sys/kern/subr_rman.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_rman.c b/sys/kern/subr_rman.c index 0970366..fee2e2a 100644 --- a/sys/kern/subr_rman.c +++ b/sys/kern/subr_rman.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: subr_rman.c,v 1.4 1999/01/02 11:34:55 bde Exp $ + * $Id: subr_rman.c,v 1.5 1999/03/29 08:30:17 dfr Exp $ */ /* @@ -65,7 +65,7 @@ #include <sys/rman.h> #include <sys/bus.h> /* XXX debugging */ -MALLOC_DEFINE(M_RMAN, "rman", "Resource manager"); +static MALLOC_DEFINE(M_RMAN, "rman", "Resource manager"); struct rman_head rman_head; #ifndef NULL_SIMPLELOCKS |