summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorwsanchez <wsanchez@FreeBSD.org>2000-07-09 00:05:09 +0000
committerwsanchez <wsanchez@FreeBSD.org>2000-07-09 00:05:09 +0000
commitc609c1830223fa99232301c4b5761d5017b2b036 (patch)
treec310d1c06c2015fa2bea7164acdee5a10abb56f2 /usr.bin/make
parent974a998625982c962a242091abc03880d0e0ef15 (diff)
downloadFreeBSD-src-c609c1830223fa99232301c4b5761d5017b2b036.zip
FreeBSD-src-c609c1830223fa99232301c4b5761d5017b2b036.tar.gz
Initialize variable
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c
index 5e318e7..25d9beb 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -2782,7 +2782,7 @@ JobInterrupt(runINTERRUPT, signo)
int signo; /* signal received */
{
LstNode ln; /* element in job table */
- Job *job; /* job descriptor in that element */
+ Job *job = NULL; /* job descriptor in that element */
GNode *interrupt; /* the node describing the .INTERRUPT target */
aborting = ABORT_INTERRUPT;
OpenPOWER on IntegriCloud