Make everything compile with -Wtraditional. Make it easier to distribute
[unix-history] / sys / netiso / tp_meas.c
index 60304a3..b04f5ff 100644 (file)
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)tp_meas.c     7.4 (Berkeley) 5/6/91
  * SUCH DAMAGE.
  *
  *     from: @(#)tp_meas.c     7.4 (Berkeley) 5/6/91
- *     $Id$
+ *     $Id: tp_meas.c,v 1.2 1993/10/16 21:05:49 rgrimes Exp $
  */
 
 /***********************************************************
  */
 
 /***********************************************************
@@ -67,12 +67,12 @@ SOFTWARE.
  */
 
 #include "types.h"
  */
 
 #include "types.h"
+#include "systm.h"
+#include "kernel.h"
 #include "time.h"
 #include "argo_debug.h"
 #include "tp_meas.h"
 
 #include "time.h"
 #include "argo_debug.h"
 #include "tp_meas.h"
 
-extern struct timeval time;
-
 #ifdef TP_PERF_MEAS
 int            tp_Measn = 0;
 struct tp_Meas tp_Meas[TPMEASN];
 #ifdef TP_PERF_MEAS
 int            tp_Measn = 0;
 struct tp_Meas tp_Meas[TPMEASN];