summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.h
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2014-08-31 19:20:44 +0000
committerbluhm <bluhm@openbsd.org>2014-08-31 19:20:44 +0000
commit8ad7fb443efc9f682759a569dd4c6dc160bb4073 (patch)
tree80fde03d71c30753acd0b804cbe918deedc03af9 /sys/netinet6/in6.h
parentBackport @file support from binutils-2.17 (diff)
downloadwireguard-openbsd-8ad7fb443efc9f682759a569dd4c6dc160bb4073.tar.xz
wireguard-openbsd-8ad7fb443efc9f682759a569dd4c6dc160bb4073.zip
Make the in6addr constant declarations and definitions consistent
in kernel and user land. OK florian@ mpi@
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r--sys/netinet6/in6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h
index f3862bff591..5c1ecedf9e8 100644
--- a/sys/netinet6/in6.h
+++ b/sys/netinet6/in6.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6.h,v 1.74 2014/08/26 21:44:29 florian Exp $ */
+/* $OpenBSD: in6.h,v 1.75 2014/08/31 19:20:44 bluhm Exp $ */
/* $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $ */
/*
@@ -134,7 +134,6 @@ extern const struct in6_addr in6mask32;
extern const struct in6_addr in6mask64;
extern const struct in6_addr in6mask96;
extern const struct in6_addr in6mask128;
-extern const struct in6_addr in6addr_linklocal_allrouters;
#endif /* _KERNEL */
/* Both kernel and libc define these for use */
@@ -142,6 +141,7 @@ extern const struct in6_addr in6addr_any;
extern const struct in6_addr in6addr_loopback;
extern const struct in6_addr in6addr_intfacelocal_allnodes;
extern const struct in6_addr in6addr_linklocal_allnodes;
+extern const struct in6_addr in6addr_linklocal_allrouters;
#if __BSD_VISIBLE
/*