diff options
Diffstat (limited to 'sys/netinet6/in6_var.h')
-rw-r--r-- | sys/netinet6/in6_var.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet6/in6_var.h b/sys/netinet6/in6_var.h index 0bb9a50566b..3eef9507a1c 100644 --- a/sys/netinet6/in6_var.h +++ b/sys/netinet6/in6_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_var.h,v 1.71 2017/10/26 15:05:41 mpi Exp $ */ +/* $OpenBSD: in6_var.h,v 1.72 2018/05/06 15:21:25 florian Exp $ */ /* $KAME: in6_var.h,v 1.55 2001/02/16 12:49:45 itojun Exp $ */ /* @@ -107,9 +107,6 @@ struct in6_ifaddr { int ia6_flags; struct in6_addrlifetime ia6_lifetime; - time_t ia6_createtime; /* the creation time of this address, which is - * currently used for temporary addresses only. - */ time_t ia6_updatetime; /* multicast addresses joined from the kernel */ |