From eb30c92e4910efd8f5aa99168e8b74d8414f3eb1 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 22 Jul 2003 10:36:36 +0000 Subject: Revert stuff which accidentally ended up in the previous commit. --- sys/kern/subr_clist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern/subr_clist.c') diff --git a/sys/kern/subr_clist.c b/sys/kern/subr_clist.c index f59caf9..cc4b32a 100644 --- a/sys/kern/subr_clist.c +++ b/sys/kern/subr_clist.c @@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$"); static void clist_init(void *); SYSINIT(clist, SI_SUB_CLIST, SI_ORDER_FIRST, clist_init, NULL) -static struct cblock *cfreelist = 0; /* XXX: use */ +static struct cblock *cfreelist = 0; int cfreecount = 0; static int cslushcount; static int ctotcount; -- cgit v1.1