summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h
diff options
context:
space:
mode:
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 e25fb5d..0bf7ed4 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
OpenPOWER on IntegriCloud