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/kern/tty_pty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern/tty_pty.c') diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c index 507a5aa..58af6c6 100644 --- a/sys/kern/tty_pty.c +++ b/sys/kern/tty_pty.c @@ -54,7 +54,7 @@ #include #include -MALLOC_DEFINE(M_PTY, "ptys", "pty data structures"); +static MALLOC_DEFINE(M_PTY, "ptys", "pty data structures"); static void ptsstart __P((struct tty *tp)); static void ptsstop __P((struct tty *tp, int rw)); -- cgit v1.1