Minor makesock() fixes.
[paraslash.git] / wav_filter.c
index 63c7b7eb6752ed50126c6b5a3d9900d9a1f8030e..b28b1d3c516d59ac3fbd4cea13bde8b5be492cb3 100644 (file)
@@ -72,8 +72,7 @@ static void wav_pre_select(struct sched *s, struct task *t)
        t->error = 0;
        if (iqs == 0)
                return;
-       s->timeout.tv_sec = 0;
-       s->timeout.tv_usec = 1;
+       sched_min_delay(s);
 }
 
 static void wav_post_select(__a_unused struct sched *s, struct task *t)