summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-08-05 16:59:20 +0000
committerBruce Evans <bde@FreeBSD.org>1998-08-05 16:59:20 +0000
commitdb176bbac641d849565f0558ebbcc6c80af08cc2 (patch)
tree4cb2eaca87c59956060272df325d36b37836ad39 /sys
parent882fdeae669eb4889eac507b02b6753fd1157193 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/in_rmx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/in_rmx.c b/sys/netinet/in_rmx.c
index 3af35f2be229..ba65f582666a 100644
--- a/sys/netinet/in_rmx.c
+++ b/sys/netinet/in_rmx.c
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: in_rmx.c,v 1.33 1998/03/27 14:30:18 peter Exp $
+ * $Id: in_rmx.c,v 1.34 1998/03/30 09:52:46 phk Exp $
*/
/*
@@ -312,8 +312,8 @@ in_rtqtimo(void *rock)
}
atv.tv_usec = 0;
- atv.tv_sec = arg.nextstop;
- timeout(in_rtqtimo, rock, hzto(&atv));
+ atv.tv_sec = arg.nextstop - time_second;
+ timeout(in_rtqtimo, rock, tvtohz(&atv));
}
void