summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/io.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-07-10 10:32:18 +0200
committerMartin Mares <mj@ucw.cz>1998-07-10 10:32:18 +0200
commit28a9a189d71ef3b05daa21d60277149edb8e98ad (patch)
tree0985fb18885ba0664c68943c847fbc5bd1a96e75 /sysdep/unix/io.c
parenta103373f6147f27e4ac71e5903563e57ce52902c (diff)
downloadbird-28a9a189d71ef3b05daa21d60277149edb8e98ad.tar
bird-28a9a189d71ef3b05daa21d60277149edb8e98ad.zip
Replaced remaining references of clock_t by bird_clock_t.
Diffstat (limited to 'sysdep/unix/io.c')
-rw-r--r--sysdep/unix/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c
index 9cab1dc..4e5dbfd 100644
--- a/sysdep/unix/io.c
+++ b/sysdep/unix/io.c
@@ -175,7 +175,7 @@ tm_shot(void)
if (first_far_timer <= now)
{
- clock_t limit = now + NEAR_TIMER_LIMIT;
+ bird_clock_t limit = now + NEAR_TIMER_LIMIT;
first_far_timer = TIME_INFINITY;
n = HEAD(far_timers);
while (m = n->next)