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 b25a6cbcf1..c8d3da26e2 100644 --- a/usr/src/uts/common/os/timer.c +++ b/usr/src/uts/common/os/timer.c @@ -410,7 +410,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) { |