diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-07-08 21:43:19 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-07-08 21:43:19 +0000 |
commit | 72bbdbc5d1e69f12520d5054d6f62d49ebee560c (patch) | |
tree | f03acf3cb1059e4a85b6474e3ce152225eee2238 | |
parent | 069344d8d287061ea5a7705e6e42596f5c9d087e (diff) |
unifdef -U__otherBSD__
-rw-r--r-- | sys/netinet6/nd6.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h index 024b7bc2568..38640429b3f 100644 --- a/sys/netinet6/nd6.h +++ b/sys/netinet6/nd6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nd6.h,v 1.24 2003/06/27 22:47:32 itojun Exp $ */ +/* $OpenBSD: nd6.h,v 1.25 2003/07/08 21:43:18 itojun Exp $ */ /* $KAME: nd6.h,v 1.95 2002/06/08 11:31:06 itojun Exp $ */ /* @@ -53,11 +53,7 @@ struct llinfo_nd6 { int ln_byhint; /* # of times we made it reachable by UL hint */ long ln_ntick; -#if defined(__NetBSD__) || (defined(__FreeBSD__) && __FreeBSD__ >= 3) - struct callout ln_timer_ch; -#elif defined(__OpenBSD__) struct timeout ln_timer_ch; -#endif }; #define ND6_LLINFO_NOSTATE -2 |