summaryrefslogtreecommitdiffstats
path: root/btimed.c
diff options
context:
space:
mode:
authorNathan Straz <nstraz@redhat.com>2013-09-06 11:29:49 -0400
committerNathan Straz <nstraz@redhat.com>2013-09-11 17:51:35 -0400
commit5f647daa5864bac25ca86b554deb2d0ceaa10c7c (patch)
treea7baa5c962dc26d85cc61c407c781b3b23c0ab85 /btimed.c
parent8e12fb6332e7de48184c12f0a2ab19671bde13f6 (diff)
downloadqarsh-5f647daa5864bac25ca86b554deb2d0ceaa10c7c.tar.gz
qarsh-5f647daa5864bac25ca86b554deb2d0ceaa10c7c.tar.xz
qarsh-5f647daa5864bac25ca86b554deb2d0ceaa10c7c.zip
We shouldn't need to round the boot time anymore
Diffstat (limited to 'btimed.c')
-rw-r--r--btimed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/btimed.c b/btimed.c
index 0ba6c91..44ccd9c 100644
--- a/btimed.c
+++ b/btimed.c
@@ -128,6 +128,5 @@ get_btime(void)
btime -= (times(&tms) / hertz);
}
- btime = btime - (btime % 5) + 5;
return btime;
}