summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2010-09-09 09:46:13 +0000
committerclaudio <claudio@openbsd.org>2010-09-09 09:46:13 +0000
commit975eca498de5c978bfd7b24fe3941ee57b28b659 (patch)
treecc8ff0963db83acb24fee4d8b619cf8908e6058c
parentThe resume powerhooks were always in the wrong place. Then when replaced (diff)
downloadwireguard-openbsd-975eca498de5c978bfd7b24fe3941ee57b28b659.tar.xz
wireguard-openbsd-975eca498de5c978bfd7b24fe3941ee57b28b659.zip
Why ip6_input.c includes netinet/ip_icmp.h is beyond my imagination.
Compiles fine without it so remove it.
-rw-r--r--sys/netinet6/ip6_input.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c
index a1abc6fc591..c613409f758 100644
--- a/sys/netinet6/ip6_input.c
+++ b/sys/netinet6/ip6_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip6_input.c,v 1.97 2010/07/08 19:42:46 jsg Exp $ */
+/* $OpenBSD: ip6_input.c,v 1.98 2010/09/09 09:46:13 claudio Exp $ */
/* $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $ */
/*
@@ -89,8 +89,7 @@
#ifdef INET
#include <netinet/ip.h>
-#include <netinet/ip_icmp.h>
-#endif /*INET*/
+#endif
#include <netinet/in_pcb.h>
#include <netinet6/in6_var.h>