aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_clist.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-07-22 10:36:36 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-07-22 10:36:36 +0000
commit68f2d20b70923abdb33ed404c221bc04bd96b7d7 (patch)
treee266522d9bf5035f4900c37de6fdf64d1327035d /sys/kern/subr_clist.c
parent55d1d7034ff822c944b698c23aa2490416bcf30c (diff)
downloadsrc-68f2d20b70923abdb33ed404c221bc04bd96b7d7.tar.gz
src-68f2d20b70923abdb33ed404c221bc04bd96b7d7.zip
Revert stuff which accidentally ended up in the previous commit.
Notes
Notes: svn path=/head/; revision=117879
Diffstat (limited to 'sys/kern/subr_clist.c')
-rw-r--r--sys/kern/subr_clist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_clist.c b/sys/kern/subr_clist.c
index f59caf9bce12..cc4b32aa3cf2 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 <sys/queue.h> */
+static struct cblock *cfreelist = 0;
int cfreecount = 0;
static int cslushcount;
static int ctotcount;