summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_clist.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-14 23:01:51 +0000
committerbde <bde@FreeBSD.org>1995-12-14 23:01:51 +0000
commit86490ee1b7f671d44f3076cff06f7c277611c0ea (patch)
treebf65a6e13cd27dba57bca3061b07046d8148e18d /sys/kern/subr_clist.c
parentd7acdbc572d46a43b184ec3a1ca01c259b6e66bc (diff)
downloadFreeBSD-src-86490ee1b7f671d44f3076cff06f7c277611c0ea.zip
FreeBSD-src-86490ee1b7f671d44f3076cff06f7c277611c0ea.tar.gz
Fixed staticization of DDB functions.
Diffstat (limited to 'sys/kern/subr_clist.c')
-rw-r--r--sys/kern/subr_clist.c4
1 files changed, 2 insertions, 2 deletions
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()
OpenPOWER on IntegriCloud