diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-11-24 14:09:50 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-11-24 14:09:50 +0000 |
| commit | c798b3624280d34b3ee26c9010b0ea5eb746defd (patch) | |
| tree | 05e181340e9ce26e1b189d8fcd74f56d2e1e50f5 /sys/compat | |
| parent | c05c122c97576d2ccf37b9b05cf3fd9bf82532ec (diff) | |
Notes
Diffstat (limited to 'sys/compat')
| -rw-r--r-- | sys/compat/linux/linux_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index 64b9782589f61..96fc6dc2b6a2f 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -189,7 +189,7 @@ linux_alarm(struct thread *td, struct linux_alarm_args *args) callout_stop(&td->td_proc->p_itcallout); if (it.it_value.tv_sec != 0) { callout_reset(&td->td_proc->p_itcallout, tvtohz(&it.it_value), - realitexpire, td); + realitexpire, td->td_proc); timevaladd(&it.it_value, &tv); } td->td_proc->p_realtimer = it; |
