diff options
Diffstat (limited to 'usr/src/uts/common/os/clock_highres.c')
| -rw-r--r-- | usr/src/uts/common/os/clock_highres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/clock_highres.c b/usr/src/uts/common/os/clock_highres.c index 1280c8a1b6..27bc319ee6 100644 --- a/usr/src/uts/common/os/clock_highres.c +++ b/usr/src/uts/common/os/clock_highres.c @@ -93,7 +93,7 @@ clock_highres_fire(void *arg) static int clock_highres_timer_settime(itimer_t *it, int flags, - const struct itimerspec *when) + const struct itimerspec *when) { cyclic_id_t cyc, *cycp = it->it_arg; proc_t *p = curproc; |
