diff options
Diffstat (limited to 'sys/netiso/clnp_stat.h')
-rw-r--r-- | sys/netiso/clnp_stat.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/netiso/clnp_stat.h b/sys/netiso/clnp_stat.h index 07cd72c..3361342 100644 --- a/sys/netiso/clnp_stat.h +++ b/sys/netiso/clnp_stat.h @@ -31,8 +31,12 @@ * SUCH DAMAGE. * * @(#)clnp_stat.h 8.1 (Berkeley) 6/10/93 + * $Id: clnp_stat.h,v 1.2 1994/08/02 07:49:47 davidg Exp $ */ +#ifndef _NETISO_CLNP_STAT_H_ +#define _NETISO_CLNP_STAT_H_ + /*********************************************************** Copyright IBM Corporation 1987 @@ -59,12 +63,8 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /var/src/sys/netiso/RCS/clnp_stat.h,v 5.1 89/02/09 16:20:42 hagens Exp $ */ -/* $Source: /var/src/sys/netiso/RCS/clnp_stat.h,v $ */ - - -#ifndef __CLNP_STAT__ -#define __CLNP_STAT__ +/* $Header: /home/ncvs/src/sys/netiso/clnp_stat.h,v 1.2 1994/08/02 07:49:47 davidg Exp $ */ +/* $Source: /home/ncvs/src/sys/netiso/clnp_stat.h,v $ */ struct clnp_stat { int cns_total; /* total pkts received */ @@ -100,4 +100,4 @@ struct clnp_stat { #endif /* INCSTAT */ #define INCSTAT(x) clnp_stat./**/x/**/++ -#endif /* __CLNP_STAT__ */ +#endif |