diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2017-10-26 15:39:15 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2017-10-26 15:39:15 +0000 |
commit | 6e1e1b144481778523ed373755e6a631124c1537 (patch) | |
tree | 17cd348909e3f991c9697a5ff4ddc7531bf0677e /sys/netinet6/ip6_var.h | |
parent | b0fab1978a2fa0d6718e9633556acae84d082d36 (diff) |
Replace macro `IP6_REASS_MBUF' with direct use of field `ip6af_m'.
OK bluhm@, mpi@
Diffstat (limited to 'sys/netinet6/ip6_var.h')
-rw-r--r-- | sys/netinet6/ip6_var.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet6/ip6_var.h b/sys/netinet6/ip6_var.h index 2b9f86cab2f..da11f5a1ee5 100644 --- a/sys/netinet6/ip6_var.h +++ b/sys/netinet6/ip6_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_var.h,v 1.78 2017/07/13 17:17:27 florian Exp $ */ +/* $OpenBSD: ip6_var.h,v 1.79 2017/10/26 15:39:14 visa Exp $ */ /* $KAME: ip6_var.h,v 1.33 2000/06/11 14:59:20 jinmei Exp $ */ /* @@ -89,8 +89,6 @@ struct ip6asfrag { u_int16_t ip6af_mff; /* more fragment bit in frag off */ }; -#define IP6_REASS_MBUF(ip6af) ((ip6af)->ip6af_m) - struct ip6_moptions { LIST_HEAD(, in6_multi_mship) im6o_memberships; unsigned short im6o_ifidx; /* ifp index for outgoing multicasts */ |