diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-07-22 10:24:41 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-07-22 10:24:41 +0000 |
| commit | 55d1d7034ff822c944b698c23aa2490416bcf30c (patch) | |
| tree | 822136a990d18001b2db563f705887b258e810ce /sys/kern/tty_subr.c | |
| parent | 60512ca0d2f4eb78a0a2cf88aacc118c1d23bf68 (diff) | |
Notes
Diffstat (limited to 'sys/kern/tty_subr.c')
| -rw-r--r-- | sys/kern/tty_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c index cc4b32aa3cf2..f59caf9bce12 100644 --- a/sys/kern/tty_subr.c +++ b/sys/kern/tty_subr.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; +static struct cblock *cfreelist = 0; /* XXX: use <sys/queue.h> */ int cfreecount = 0; static int cslushcount; static int ctotcount; |
