diff options
Diffstat (limited to 'sys/netiso/tp_pcb.h')
-rw-r--r-- | sys/netiso/tp_pcb.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sys/netiso/tp_pcb.h b/sys/netiso/tp_pcb.h index 0353cb4..bfdc134 100644 --- a/sys/netiso/tp_pcb.h +++ b/sys/netiso/tp_pcb.h @@ -31,8 +31,12 @@ * SUCH DAMAGE. * * @(#)tp_pcb.h 8.1 (Berkeley) 6/10/93 + * $Id: tp_pcb.h,v 1.2 1994/08/02 07:51:21 davidg Exp $ */ +#ifndef _NETISO_TP_PCB_H_ +#define _NETISO_TP_PCB_H_ + /*********************************************************** Copyright IBM Corporation 1987 @@ -62,17 +66,14 @@ SOFTWARE. /* * ARGO TP * - * $Header: tp_pcb.h,v 5.2 88/11/18 17:09:32 nhall Exp $ - * $Source: /usr/argo/sys/netiso/RCS/tp_pcb.h,v $ + * $Header: /home/ncvs/src/sys/netiso/tp_pcb.h,v 1.2 1994/08/02 07:51:21 davidg Exp $ + * $Source: /home/ncvs/src/sys/netiso/tp_pcb.h,v $ * * * This file defines the transport protocol control block (tpcb). * and a bunch of #define values that are used in the tpcb. */ -#ifndef __TP_PCB__ -#define __TP_PCB__ - #include <netiso/tp_param.h> #include <netiso/tp_timer.h> #include <netiso/tp_user.h> @@ -353,4 +354,4 @@ extern struct tp_pcb *tp_ftimeolist; #define tpcbtoso(tp) ((struct socket *)((tp)->tp_sock)) #define tpcbtoref(tp) ((struct tp_ref *)((tp)->tp_ref)) -#endif /* __TP_PCB__ */ +#endif |