diff options
Diffstat (limited to 'usr.sbin/rtadvd/timer.c')
| -rw-r--r-- | usr.sbin/rtadvd/timer.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/rtadvd/timer.c b/usr.sbin/rtadvd/timer.c index 55f9a221fca..8e6ccfd12cc 100644 --- a/usr.sbin/rtadvd/timer.c +++ b/usr.sbin/rtadvd/timer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: timer.c,v 1.6 2002/05/21 23:29:46 itojun Exp $ */ +/* $OpenBSD: timer.c,v 1.7 2002/05/29 14:34:05 itojun Exp $ */ /* $KAME: timer.c,v 1.7 2002/05/21 14:26:55 itojun Exp $ */ /* @@ -36,9 +36,7 @@ #include <syslog.h> #include <stdlib.h> #include <string.h> -#if defined(__NetBSD__) || defined(__OpenBSD__) #include <search.h> -#endif #include "timer.h" static struct rtadvd_timer timer_head; |
