summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_clist.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-13 16:02:20 +0000
committerdg <dg@FreeBSD.org>1994-09-13 16:02:20 +0000
commit33ca5bbbd12ad210142cbd7c60ab30290da67505 (patch)
treefe6f547a6d942578301d15f40247eadb6e91449d /sys/kern/subr_clist.c
parent2e8745449a0278c8e445cb486c2a8ba9f1c86b1d (diff)
downloadFreeBSD-src-33ca5bbbd12ad210142cbd7c60ab30290da67505.zip
FreeBSD-src-33ca5bbbd12ad210142cbd7c60ab30290da67505.tar.gz
Removed prototype for cblock_alloc_cblocks (and moved it into tty.h).
Diffstat (limited to 'sys/kern/subr_clist.c')
-rw-r--r--sys/kern/subr_clist.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/subr_clist.c b/sys/kern/subr_clist.c
index 1b6886c..98824d9 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$
+ * $Id: tty_subr.c,v 1.5 1994/08/02 07:42:53 davidg Exp $
*/
/*
@@ -27,8 +27,6 @@ int cfreecount = 0;
#define INITIAL_CBLOCKS 50
#endif
-void cblock_alloc_cblocks __P((int));
-
#define MBUF_DIAG
#ifdef MBUF_DIAG
void
OpenPOWER on IntegriCloud