Make everything compile with -Wtraditional. Make it easier to distribute
[unix-history] / sys / kern / kern_clock.c
index 6464ecc..a0b3d16 100644 (file)
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)kern_clock.c  7.16 (Berkeley) 5/9/91
  * SUCH DAMAGE.
  *
  *     from: @(#)kern_clock.c  7.16 (Berkeley) 5/9/91
- *     $Id: kern_clock.c,v 1.9 1993/11/09 17:07:27 ache Exp $
+ *     $Id: kern_clock.c,v 1.10 1993/11/25 01:32:51 wollman Exp $
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -40,6 +40,7 @@
 #include "callout.h"
 #include "kernel.h"
 #include "proc.h"
 #include "callout.h"
 #include "kernel.h"
 #include "proc.h"
+#include "signalvar.h"
 #include "resourcevar.h"
 
 #include "machine/cpu.h"
 #include "resourcevar.h"
 
 #include "machine/cpu.h"
@@ -53,7 +54,6 @@
 
 static void gatherstats(clockframe *);
 
 
 static void gatherstats(clockframe *);
 
-
 /* From callout.h */
 struct callout *callfree, *callout, calltodo;
 int ncallout;
 /* From callout.h */
 struct callout *callfree, *callout, calltodo;
 int ncallout;