include file for per-architecture Makefiles
[unix-history] / usr / src / sys / netiso / tp_meas.h
index 8bb635e..8d63b70 100644 (file)
@@ -1,5 +1,14 @@
+/*-
+ * Copyright (c) 1991 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ *
+ *     @(#)tp_meas.h   7.5 (Berkeley) %G%
+ */
+
 /***********************************************************
 /***********************************************************
-               Copyright IBM Corporation 1987
+                               Copyright IBM Corporation 1987
 
                       All Rights Reserved
 
 
                       All Rights Reserved
 
@@ -25,6 +34,8 @@ SOFTWARE.
  * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison
  */
 #ifdef TP_PERF_MEAS
  * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison
  */
 #ifdef TP_PERF_MEAS
+#define tpmeas(a, b, t, c, d, e) \
+       Tpmeas((u_int)(a), (u_int)(b), t, (u_int)(c), (u_int)(d), (u_int)(e))
 
 struct tp_Meas {
        int                     tpm_tseq;
 
 struct tp_Meas {
        int                     tpm_tseq;