aboutsummaryrefslogtreecommitdiff
path: root/runit/runit_lib.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--runit/runit_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/runit/runit_lib.c b/runit/runit_lib.c
index aa1d96002..6401ba0c8 100644
--- a/runit/runit_lib.c
+++ b/runit/runit_lib.c
@@ -286,12 +286,12 @@ uint64_t taia2millisec(const struct taia *t)
286} 286}
287 287
288 288
289void iopause(iopause_fd *x,unsigned len,struct taia *deadline,struct taia *stamp) 289void iopause(iopause_fd *x, unsigned len, struct taia *deadline, struct taia *stamp)
290{ 290{
291 int millisecs; 291 int millisecs;
292 int i; 292 int i;
293 293
294 if (taia_less(deadline,stamp)) 294 if (taia_less(deadline, stamp))
295 millisecs = 0; 295 millisecs = 0;
296 else { 296 else {
297 uint64_t m; 297 uint64_t m;