diff options
Diffstat (limited to 'sys/kern/subr_log.c')
-rw-r--r-- | sys/kern/subr_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c index 568b3fe..2c01568 100644 --- a/sys/kern/subr_log.c +++ b/sys/kern/subr_log.c @@ -118,7 +118,7 @@ logclose(dev_t dev, int flag, int mode, struct thread *td) log_open = 0; callout_stop(&logsoftc.sc_callout); logsoftc.sc_state = 0; - funsetown(logsoftc.sc_sigio); + funsetown(&logsoftc.sc_sigio); return (0); } |