summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-12-20 10:14:05 +0000
committerharti <harti@FreeBSD.org>2004-12-20 10:14:05 +0000
commit1c86b95b10d2e6a22d2ac94e07b975796c52ce38 (patch)
tree2013c3cb56c12169ecb8dadef5d4a1a2044a6ea4 /usr.bin
parent9ca87099496aa486251de41d93ad9de51c668574 (diff)
downloadFreeBSD-src-1c86b95b10d2e6a22d2ac94e07b975796c52ce38.zip
FreeBSD-src-1c86b95b10d2e6a22d2ac94e07b975796c52ce38.tar.gz
maxJobs is declared extern in job.h so it cannot be static in job.c.
PR: bin/75210 Submitted by: Andreas Jochens; Robert Millan <rmh@debian.org>
Diffstat (limited to 'usr.bin')
-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 76ebe75..aabf445 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -212,7 +212,7 @@ char *shellPath = NULL, /* full pathname of executable image */
*shellName = NULL; /* last component of shell */
-static int maxJobs; /* The most children we can run at once */
+int maxJobs; /* The most children we can run at once */
STATIC int nJobs; /* The number of children currently running */
/* The structures that describe them */
OpenPOWER on IntegriCloud