summaryrefslogtreecommitdiff
path: root/sys/netinet/in_pcb.h
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-09 07:03:46 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-09 07:03:46 +0000
commit29cf16ac90acaf062d15901509e3a67ca4ef738e (patch)
treeed4d67d6d710a9f74690b2ce796fdcc9b072d559 /sys/netinet/in_pcb.h
parent704a4b23790dbd9ab4869662980b908dfba2a41f (diff)
Inclusion protection.
Diffstat (limited to 'sys/netinet/in_pcb.h')
-rw-r--r--sys/netinet/in_pcb.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h
index 7c5f87d24e6..7dfc1441c3e 100644
--- a/sys/netinet/in_pcb.h
+++ b/sys/netinet/in_pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in_pcb.h,v 1.35 2001/05/27 03:53:09 angelos Exp $ */
+/* $OpenBSD: in_pcb.h,v 1.36 2001/06/09 07:03:40 angelos Exp $ */
/* $NetBSD: in_pcb.h,v 1.14 1996/02/13 23:42:00 christos Exp $ */
/*
@@ -65,6 +65,9 @@
* @(#)in_pcb.h 8.1 (Berkeley) 6/10/93
*/
+#ifndef _NETINET_IN_PCB_H_
+#define _NETINET_IN_PCB_H_
+
#include <sys/queue.h>
#include <netinet/ip6.h>
#include <netinet6/ip6_var.h>
@@ -277,4 +280,5 @@ struct in6_addr *in6_selectsrc __P((struct sockaddr_in6 *,
struct in6_addr *, int *));
int in6_selecthlim __P((struct inpcb *, struct ifnet *));
int in6_pcbsetport __P((struct in6_addr *, struct inpcb *));
-#endif
+#endif /* _KERNEL */
+#endif /* _NETINET_IN_PCB_H_ */