diff --git a/sys/sys/clist.h b/sys/sys/clist.h index 626be316d6d..f1438a160d2 100644 --- a/sys/sys/clist.h +++ b/sys/sys/clist.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)clist.h 8.1 (Berkeley) 6/4/93 - * $Id: clist.h,v 1.3 1994/08/02 07:52:43 davidg Exp $ + * $Id: clist.h,v 1.4 1994/08/21 04:41:35 paul Exp $ */ #ifndef _SYS_CLIST_H_ @@ -45,7 +45,7 @@ struct cblock { #ifdef KERNEL extern struct cblock *cfree, *cfreelist; -extern int cfreecount, nclist; +extern int cfreecount; #endif #endif