summaryrefslogtreecommitdiffstats
path: root/sbin/fsdb/fsdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsdb/fsdb.c')
-rw-r--r--sbin/fsdb/fsdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c
index 8a7bb7a..5d263aa 100644
--- a/sbin/fsdb/fsdb.c
+++ b/sbin/fsdb/fsdb.c
@@ -832,8 +832,8 @@ badformat:
warnx("date/time out of range");
return 1;
}
- rts->ts_sec = sec;
- rts->ts_nsec = nsec;
+ rts->tv_sec = sec;
+ rts->tv_nsec = nsec;
return 0;
}
OpenPOWER on IntegriCloud