summaryrefslogtreecommitdiffstats
path: root/sys/netiso/tp_stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netiso/tp_stat.h')
-rw-r--r--sys/netiso/tp_stat.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/netiso/tp_stat.h b/sys/netiso/tp_stat.h
index c18869d..c5a3f3f 100644
--- a/sys/netiso/tp_stat.h
+++ b/sys/netiso/tp_stat.h
@@ -31,9 +31,12 @@
* SUCH DAMAGE.
*
* @(#)tp_stat.h 8.1 (Berkeley) 6/10/93
- * $Id$
+ * $Id: tp_stat.h,v 1.2 1994/08/02 07:51:23 davidg Exp $
*/
+#ifndef _NETISO_TP_STAT_H_
+#define _NETISO_TP_STAT_H_
+
/***********************************************************
Copyright IBM Corporation 1987
@@ -63,16 +66,13 @@ SOFTWARE.
/*
* ARGO TP
*
- * $Header: /home/ncvs/src/sys/netiso/tp_stat.h,v 1.1.1.1 1994/05/24 10:06:47 rgrimes Exp $
+ * $Header: /home/ncvs/src/sys/netiso/tp_stat.h,v 1.2 1994/08/02 07:51:23 davidg Exp $
* $Source: /home/ncvs/src/sys/netiso/tp_stat.h,v $
*
* Here are the data structures in which the global
* statistics(counters) are gathered.
*/
-#ifndef __TP_STAT__
-#define __TP_STAT__
-
struct tp_stat {
u_long ts_param_ignored;
u_long ts_unused3;
@@ -281,4 +281,4 @@ int PStat_Junk;
#endif /* TP_PERF_MEAS */
-#endif /* __TP_STAT__ */
+#endif
OpenPOWER on IntegriCloud