summaryrefslogtreecommitdiff
path: root/sys/netinet/in.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/in.h
parentcea1da3be2dd73c9fb2a1bd844f1959cb10c172b (diff)
downloadsrc-test2-707f139edb3b432d47241c6524d7cd58670476fe.tar.gz
src-test2-707f139edb3b432d47241c6524d7cd58670476fe.zip
Notes
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r--sys/netinet/in.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index e25fb5d6f072..0bf7ed436d05 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -31,9 +31,12 @@
* SUCH DAMAGE.
*
* @(#)in.h 8.3 (Berkeley) 1/3/94
- * $Id$
+ * $Id: in.h,v 1.2 1994/08/02 07:48:14 davidg Exp $
*/
+#ifndef _NETINET_IN_H_
+#define _NETINET_IN_H_
+
/*
* Constants and structures defined by the internet system,
* Per RFC 790, September 1981, and numerous additions.
@@ -237,3 +240,5 @@ int in_localaddr __P((struct in_addr));
u_long in_netof __P((struct in_addr));
void in_socktrim __P((struct sockaddr_in *));
#endif
+
+#endif