summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-05-30 16:26:39 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-05-30 16:26:39 +0000
commiteef633a71f0216886313f4da0bd7f2a25abee2db (patch)
tree838a9b822d10bacc42e67fe1dec567b1be9c3b4e
parentab25da075c6c4c385a17ec29111a9647422cf2d9 (diff)
Notes
-rw-r--r--sys/kern/kern_tc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c
index 11100a09f227..9c2ed27fca29 100644
--- a/sys/kern/kern_tc.c
+++ b/sys/kern/kern_tc.c
@@ -596,7 +596,7 @@ pps_event(struct pps_state *pps, int event)
tcount &= pps->capth->th_counter->tc_counter_mask;
bt = pps->capth->th_offset;
bintime_addx(&bt, pps->capth->th_scale * tcount);
- bintime_add(&bt, boottimebin);
+ bintime_add(&bt, &boottimebin);
bintime2timespec(&bt, &ts);
/* If the timecounter was wound up underneath us, bail out. */