diff options
Diffstat (limited to 'usr/src/uts/common/os/timer.c')
-rw-r--r-- | usr/src/uts/common/os/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/timer.c b/usr/src/uts/common/os/timer.c index 5453ebf380..c965db6737 100644 --- a/usr/src/uts/common/os/timer.c +++ b/usr/src/uts/common/os/timer.c @@ -422,7 +422,7 @@ timer_signal(sigqueue_t *sigq) static void timer_fire(itimer_t *it) { - proc_t *p; + proc_t *p = NULL; int proc_lock_held; if (it->it_flags & IT_SIGNAL) { |