aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/callout.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/callout.h')
-rw-r--r--sys/sys/callout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/callout.h b/sys/sys/callout.h
index 5fec98f28bbb..454a2a04da76 100644
--- a/sys/sys/callout.h
+++ b/sys/sys/callout.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)callout.h 8.2 (Berkeley) 1/21/94
- * $Id$
+ * $Id: callout.h,v 1.6 1997/02/22 09:44:50 peter Exp $
*/
#ifndef _SYS_CALLOUT_H_
@@ -50,7 +50,7 @@ struct callout {
};
#ifdef KERNEL
-extern struct callout *callfree, *callout, calltodo;
+extern struct callout *callfree, *callout;
extern int ncallout;
#endif