aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vmstat/vmstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vmstat/vmstat.c')
-rw-r--r--usr.bin/vmstat/vmstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index a54a0dd45b20..925967c7f431 100644
--- a/usr.bin/vmstat/vmstat.c
+++ b/usr.bin/vmstat/vmstat.c
@@ -411,7 +411,7 @@ getuptime(void)
{
struct timespec sp;
- (void)clock_gettime(CLOCK_MONOTONIC, &sp);
+ (void)clock_gettime(CLOCK_UPTIME, &sp);
return(sp.tv_sec);
}