diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-11-20 09:55:58 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-11-20 09:55:58 +0000 |
commit | 506b7c916bc1c49a89ee93a11d13549682105766 (patch) | |
tree | 229c34ceff9aa6836ecb8d07cf8ef919f21d1cf2 /sys/netinet6/in6.h | |
parent | fe8dfcdbe554f0c25b5bf934a060577301913c96 (diff) |
What have no need for a variable that holds the maximum MTU size of
interfaces with an IPv6 address.
ok henning@, mikeb@, deraadt@
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r-- | sys/netinet6/in6.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h index 5c1ecedf9e8..f47d81b7718 100644 --- a/sys/netinet6/in6.h +++ b/sys/netinet6/in6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in6.h,v 1.75 2014/08/31 19:20:44 bluhm Exp $ */ +/* $OpenBSD: in6.h,v 1.76 2014/11/20 09:55:57 mpi Exp $ */ /* $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $ */ /* @@ -420,7 +420,6 @@ typedef __socklen_t socklen_t; /* length type for network syscalls */ extern u_char inet6ctlerrmap[]; extern struct ifqueue ip6intrq; /* IP6 packet input queue */ extern struct in6_addr zeroin6_addr; -extern unsigned long in6_maxmtu; struct cmsghdr; |