diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-11-02 02:45:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-11-02 02:45:47 +0000 |
commit | 46ed6f7cb54d6ba97c5c7d957e53bfdbd7cc3984 (patch) | |
tree | 66b67a78a7ef85ac3cb21d612b4b00353c032392 /usr.sbin | |
parent | c5d4dc1b6a333c2e1102c20003c8441602635957 (diff) |
make comment select() vs poll() agnostic
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rtadvd/timer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rtadvd/timer.c b/usr.sbin/rtadvd/timer.c index 56455423ca6..6394e80ce3b 100644 --- a/usr.sbin/rtadvd/timer.c +++ b/usr.sbin/rtadvd/timer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: timer.c,v 1.12 2014/07/04 22:39:31 guenther Exp $ */ +/* $OpenBSD: timer.c,v 1.13 2014/11/02 02:45:46 deraadt Exp $ */ /* $KAME: timer.c,v 1.7 2002/05/21 14:26:55 itojun Exp $ */ /* @@ -88,7 +88,7 @@ rtadvd_set_timer(struct timeval *tm, struct rtadvd_timer *timer) /* * Check expiration for each timer. If a timer is expired, * call the expire function for the timer and update the timer. - * Return the next interval for select() call. + * Return the next interval. */ struct timeval * rtadvd_check_timer() |