From 86490ee1b7f671d44f3076cff06f7c277611c0ea Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 14 Dec 1995 23:01:51 +0000 Subject: Fixed staticization of DDB functions. --- sys/kern/subr_clist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern/subr_clist.c') diff --git a/sys/kern/subr_clist.c b/sys/kern/subr_clist.c index a7a4fa1..c0fb632 100644 --- a/sys/kern/subr_clist.c +++ b/sys/kern/subr_clist.c @@ -6,7 +6,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: tty_subr.c,v 1.18 1995/11/20 12:15:45 phk Exp $ + * $Id: tty_subr.c,v 1.19 1995/12/14 08:32:04 phk Exp $ */ /* @@ -39,7 +39,7 @@ static void cblock_free __P((struct cblock *cblockp)); static void cblock_free_cblocks __P((int number)); #ifdef DDB -void DDB_cbstat __P((void)); +static void DDB_cbstat __P((void)); static void DDB_cbstat() -- cgit v1.1