diff options
| author | 2002-05-29 14:34:05 +0000 | |
|---|---|---|
| committer | 2002-05-29 14:34:05 +0000 | |
| commit | cf0675624eaaa0a61982b0b7d8cdba5da40f083f (patch) | |
| tree | e1617da1d6dc7c4630293d371b8ef7290a0cb329 /usr.sbin/rtadvd/timer.c | |
| parent | there is no need to store ioaddr/iosize into the softc (diff) | |
| download | wireguard-openbsd-cf0675624eaaa0a61982b0b7d8cdba5da40f083f.tar.xz wireguard-openbsd-cf0675624eaaa0a61982b0b7d8cdba5da40f083f.zip | |
KNF, strlcpy, cleanups from kame
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; |
