aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/job.c
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2004-12-20 10:14:05 +0000
committerHartmut Brandt <harti@FreeBSD.org>2004-12-20 10:14:05 +0000
commit0512b0a6c7b21f98030188ac083d503608d3fae8 (patch)
tree2013c3cb56c12169ecb8dadef5d4a1a2044a6ea4 /usr.bin/make/job.c
parenta8b18d10fb5530ceef1deba73bc349e4498777bd (diff)
Notes
Diffstat (limited to 'usr.bin/make/job.c')
-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 76ebe75e1f4e..aabf44515a88 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 */