diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-05-29 09:33:56 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-05-29 09:33:56 +0000 |
commit | 51204bb95a5b3541f9fb51d519609f8e9881e4fd (patch) | |
tree | 238468cb6ee1b6b5610d5a6dbd6df9e315bf47d6 /sys/netinet6/nd6.h | |
parent | 0a56e23187a30c4b263905e9efc35ed738183fd4 (diff) |
no need to supply obsolete field name "receivedra"
Diffstat (limited to 'sys/netinet6/nd6.h')
-rw-r--r-- | sys/netinet6/nd6.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h index f8f1138cf03..1e8218029b3 100644 --- a/sys/netinet6/nd6.h +++ b/sys/netinet6/nd6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nd6.h,v 1.17 2002/05/29 07:54:59 itojun Exp $ */ +/* $OpenBSD: nd6.h,v 1.18 2002/05/29 09:33:55 itojun Exp $ */ /* $KAME: nd6.h,v 1.52 2001/02/19 04:40:37 itojun Exp $ */ /* @@ -86,7 +86,6 @@ struct nd_ifinfo { int recalctm; /* BaseReacable re-calculation timer */ u_int8_t chlim; /* CurHopLimit */ u_int8_t initialized; /* Flag to see the entry is initialized */ -#define receivedra initialized /* obsoleted */ /* the following 3 members are for privacy extension for addrconf */ u_int8_t randomseed0[8]; /* upper 64 bits of MD5 digest */ u_int8_t randomseed1[8]; /* lower 64 bits (usually the EUI64 IFID) */ |