diff options
author | paul <paul@FreeBSD.org> | 1994-08-21 06:14:33 +0000 |
---|---|---|
committer | paul <paul@FreeBSD.org> | 1994-08-21 06:14:33 +0000 |
commit | bf2ae5d599a2f5a9f638828f93c045982405b000 (patch) | |
tree | 8de245885aa7bc7e724c07a5a133cf6ca5906468 /sys/netiso/tp_ip.h | |
parent | d896477249299bf76589d974f61d8c8f8a1d2cba (diff) | |
download | FreeBSD-src-bf2ae5d599a2f5a9f638828f93c045982405b000.zip FreeBSD-src-bf2ae5d599a2f5a9f638828f93c045982405b000.tar.gz |
Made idempotent -- made some of them more consistent with rest of tree.
Reviewed by:
Submitted by:
Diffstat (limited to 'sys/netiso/tp_ip.h')
-rw-r--r-- | sys/netiso/tp_ip.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sys/netiso/tp_ip.h b/sys/netiso/tp_ip.h index 63a50cc..0849813 100644 --- a/sys/netiso/tp_ip.h +++ b/sys/netiso/tp_ip.h @@ -31,9 +31,12 @@ * SUCH DAMAGE. * * @(#)tp_ip.h 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: tp_ip.h,v 1.2 1994/08/02 07:51:13 davidg Exp $ */ +#ifndef _NETISO_TP_IP_H_ +#define _NETISO_TP_IP_H_ + /*********************************************************** Copyright IBM Corporation 1987 @@ -63,17 +66,13 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_ip.h,v 1.1.1.1 1994/05/24 10:06:53 rgrimes Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_ip.h,v 1.2 1994/08/02 07:51:13 davidg Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_ip.h,v $ * * internet IP-dependent structures and include files * */ - -#ifndef __TP_IP__ -#define __TP_IP__ - #ifndef SOCK_STREAM #include <sys/socket.h> #endif @@ -89,4 +88,4 @@ SOFTWARE. struct inpcb tp_inpcb; /* queue of active inpcbs for tp ; for tp with dod ip */ -#endif /* __TP_IP__ */ +#endif |