From c3f2ee9700d0fed2b3e547667a6c907d938f10ed Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 8 Dec 2000 20:09:00 +0000 Subject: Staticize some malloc M_ instances. --- sys/dev/ata/atapi-tape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/ata/atapi-tape.c') diff --git a/sys/dev/ata/atapi-tape.c b/sys/dev/ata/atapi-tape.c index ac1049c..e590958 100644 --- a/sys/dev/ata/atapi-tape.c +++ b/sys/dev/ata/atapi-tape.c @@ -82,7 +82,7 @@ static int ast_erase(struct ast_softc *); /* internal vars */ static u_int32_t ast_lun_map = 0; static u_int64_t ast_total = 0; -MALLOC_DEFINE(M_AST, "AST driver", "ATAPI tape driver buffers"); +static MALLOC_DEFINE(M_AST, "AST driver", "ATAPI tape driver buffers"); int astattach(struct atapi_softc *atp) -- cgit v1.1