summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcpip.h
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-08-21 05:27:42 +0000
committerpaul <paul@FreeBSD.org>1994-08-21 05:27:42 +0000
commit8197ce5e98353ade5c0651b18d741110a142e3c8 (patch)
treea013f189bdf30e40e538a9e922073decb669e879 /sys/netinet/tcpip.h
parentbe1bed59fbc221986b3caa67bfed4cf41d917a58 (diff)
downloadFreeBSD-src-8197ce5e98353ade5c0651b18d741110a142e3c8.zip
FreeBSD-src-8197ce5e98353ade5c0651b18d741110a142e3c8.tar.gz
Made idempotent.
Submitted by: Paul
Diffstat (limited to 'sys/netinet/tcpip.h')
-rw-r--r--sys/netinet/tcpip.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/netinet/tcpip.h b/sys/netinet/tcpip.h
index 3059c8e..a8a876c 100644
--- a/sys/netinet/tcpip.h
+++ b/sys/netinet/tcpip.h
@@ -31,9 +31,12 @@
* SUCH DAMAGE.
*
* @(#)tcpip.h 8.1 (Berkeley) 6/10/93
- * $Id$
+ * $Id: tcpip.h,v 1.2 1994/08/02 07:49:19 davidg Exp $
*/
+#ifndef _NETINET_TCPIP_H_
+#define _NETINET_TCPIP_H_
+
/*
* Tcp+ip header, after ip options removed.
*/
@@ -58,3 +61,5 @@ struct tcpiphdr {
#define ti_win ti_t.th_win
#define ti_sum ti_t.th_sum
#define ti_urp ti_t.th_urp
+
+#endif
OpenPOWER on IntegriCloud