aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/udp.h
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>1994-08-21 05:27:42 +0000
committerPaul Richards <paul@FreeBSD.org>1994-08-21 05:27:42 +0000
commit707f139edb3b432d47241c6524d7cd58670476fe (patch)
treea013f189bdf30e40e538a9e922073decb669e879 /sys/netinet/udp.h
parentcea1da3be2dd73c9fb2a1bd844f1959cb10c172b (diff)
Notes
Diffstat (limited to 'sys/netinet/udp.h')
-rw-r--r--sys/netinet/udp.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/netinet/udp.h b/sys/netinet/udp.h
index 61a5021f35c3..d47ea918a458 100644
--- a/sys/netinet/udp.h
+++ b/sys/netinet/udp.h
@@ -31,9 +31,12 @@
* SUCH DAMAGE.
*
* @(#)udp.h 8.1 (Berkeley) 6/10/93
- * $Id$
+ * $Id: udp.h,v 1.2 1994/08/02 07:49:22 davidg Exp $
*/
+#ifndef _NETINET_UDP_H_
+#define _NETINET_UDP_H_
+
/*
* Udp protocol header.
* Per RFC 768, September, 1981.
@@ -44,3 +47,5 @@ struct udphdr {
short uh_ulen; /* udp length */
u_short uh_sum; /* udp checksum */
};
+
+#endif