From 5e96772b88c5264a3adc227c624859ac36d68090 Mon Sep 17 00:00:00 2001 From: nate Date: Fri, 20 Sep 1996 04:33:57 +0000 Subject: ts_sec -> tv_sec ts_nsec -> tv_nsec --- sbin/fsdb/fsdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/fsdb/fsdb.c') 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; } -- cgit v1.1