aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/clist.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/clist.h')
-rw-r--r--sys/sys/clist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/clist.h b/sys/sys/clist.h
index f1456dbbcb39..5e87f2b11cdd 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$
+ * $Id: clist.h,v 1.7 1997/02/22 09:44:58 peter Exp $
*/
#ifndef _SYS_CLIST_H_
@@ -44,7 +44,7 @@ struct cblock {
};
#ifdef KERNEL
-extern struct cblock *cfree, *cfreelist;
+extern struct cblock *cfree;
extern int cfreecount;
#endif